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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ----------------*/
/* Ovulator Styles */
/* ----------------*/

body{
	background:#222222 url('img/siteBG.jpg') top center no-repeat;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:12px;
}
#wrapper960{
	width:960px;
	margin: 0 auto;
	position:relative;
}
#wrapper960 h1{ /* Logo */
	background:url('img/logo.jpg') no-repeat transparent;
	text-indent:-2000px;
	width:474px;
	height:170px;
	position:absolute;
	top:50px;
	right:32px;
}
/* Gif Text */
#mainCopy,#subCopy{ 
	text-indent:-1000000px;
	width:500px;
}
#mainCopy{
	background:url('img/txtLarge.gif') no-repeat 0 0;
	width:423px;
	height:282px;
	position:absolute;
	top:220px;
	right:40px;
}
#grabWidget{
	width:423px;
	height:282px;
	position:absolute;
	top:220px;
	right:40px;
	z-index: 150;
}
#subCopy{
	background:url('img/txtSmall.gif') no-repeat 0 0;
	width:423px;
	height:91px;
	position:absolute;
	top:425px;
	right:40px;
}
/* Links */
#getApp{
	position:absolute;
	top:550px;
	right:40px;
}
#facebookLink,#iPhoneLink,#widgetLink{
	display:block;
	float:left;
	width:210px;
	height:54px;
	text-indent:-10000px;
}
#facebookLink,#facebookLink:visited,#facebookLink:active{
	background:url('img/btnFacebook.png') no-repeat 0 0 transparent;
}
#iPhoneLink,#iPhoneLink:visited,#iPhoneLink:active{
	background:url('img/btnGetiPhone.jpg') no-repeat 0 0 transparent;
}
#widgetLink,#widgetLink:visited,#widgetLink:active{
	background:url('img/btnGrabWidget.jpg') no-repeat 0 0 transparent;
}
#iPhoneLink:hover,#widgetLink:hover,#facebookLink:hover{
	background-position:0 -54px;
}

/* Technical Requirements */
#requirements{
	position:absolute;
	top:500px;
	left:65px;
}
#requirements h3{
	color:#333;
	margin-bottom:7px;
}		
#requirements ul{
	width:175px;
	float:left;
	margin-right:10px;
}
#requirements ul li{
	color:#999;
	font-size:10px;
	margin-bottom:3px;
}

/* copyright */
#copyright{
	color:#999;
	font-size: 10px;
	position:absolute;
	right:0;
	top: 725px;
	padding-bottom:20px;
}
