/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Qwigley', cursive;
*/

html {
  height: 100%;  
}
body {
	font-size:12px;
	line-height:16px;
	height: 100%; 
	font-size:12px;
	line-height:16px;
	margin:0;
	padding:0;
	background-image:url(../images/bg.gif);
}
div.clear{
	height:0;
	font-size:0px;
	line-height:0px;
	clear:both;
}
div.container{
	margin:45px auto 30px;
	width:800px;
}
img.logo{
	margin:0 auto 50px;
	width:246px;
}
img.coming-soon{
	margin:0 auto 25px;
	width:537px;
}
div.share-container{
	position:relative;
	width:800px;
}
a.facebook{
	background-image:url(../images/facebook.png);
	display:block;
	width:96px;
	height:31px;	
	position:absolute;
	left:180px;
}
a.twitter{ 
	background-image:url(../images/twitter.png);
	display:block;
	width:103px;
	height:31px;	
	position:absolute;
	left:320px;
}
a.email{
	background-image:url(../images/email.png);
	display:block;
	width:149px;
	height:14px;	
	position:absolute;
	top:10px;
	left:470px;
}
