*{ margin:0; padding:0; }

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-size:larger;
	font-weight: normal;
/*	background-colour:0099FF;
	background-attachment: fixed;
	background-image: url(images/sunburst01.png);
	background-repeat: no;
*/	background: #0099FF url("images/sunburst01.png") no-repeat fixed center; 
}

p{
	margin-bottom:10px;
}

.navstrip{
	position: absolute;
	width: 100%;
	top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
/*	height: 40px;
*/	box-shadow: 0px 2px 5px #000000;
	text-align: right;
/*	background: url("images/overlay.png") repeat fixed center;
*/	z-index:4;
	background: #0099FF; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#00AAFF), to(#0077FF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #00AAFF,  #0077FF); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AAFF', endColorstr='#0077FF'); /* for IE */
	font-weight:normal;
	font size: medium;
}

.navstrip .link{
	padding-right: 50px;
}

.navstrip .link a{
	color: #FFFFFF;
	text-decoration: none;
}

.navstrip .link a:hover{
	color: #666666;
	background-color: 0066FF;
}

/*.navstrip .logo{
	position: absolute;
	left: 50px;
}
*/

.header{
	height: 60px;
}

.device{
	position:absolute;
	width: 270px;
	height: 500px;
	right: 50%;
	margin-right:50px;
	top:50%;
	margin-top: -250px;
	background-color:#000000;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border:solid 2px #C0C0C0;
	z-index:3;
}
.deviceshadow{
	position:absolute;
	width: 250px;
	height: 10px;
	right: 50%;
	margin-right:60px;
	top:50%;
	margin-top: 240px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	z-index:2;
	background-color:#000000;
	box-shadow: 0px 0px 20px 10px #000000;
	opacity:0.75;
}

.screen{
	position:absolute;
	width: 250px;
	height: 370px;
	right: 10px;
	top:60px;
}

.blurb{
	position:absolute;
	width: 400px;
	height: 500px;
	left: 50%;
	margin-left:50px;
	top:50%;
	margin-top: -250px;
	z-index:3;
}

.footer2{
	position:absolute;
	width: 100%;
	left:0px;
	top:50%;
	margin-top: 150px;
	bottom:0px;
	background-color:brown;
	border-top-left-radius: 50% 200px;
	border-top-right-radius: 50% 200px;
	-moz-border-top-left-radius: 50% 200px;
	-moz-border-top-right-radius: 50% 200px;
	-webkit-border-top-left-radius: 50% 200px;
	-webkit-border-top-right-radius: 50% 200px;
/*	border-radius:500px;
	-moz-border-radius:500px;
	-webkit-border-radius:500px;
*/	z-index:1;
}
.footer{
	text-align:center;
	position:absolute;
	width: 100%;
	left:0px;
	top:50%;
	margin-top: 150px;
	bottom:0px;
	z-index:1;
	background: #C0C0C0; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#C0C0C0), to(#666666)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #C0C0C0,  #666666); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#666666'); /* for IE */
	}

.footer .copy{
	position: absolute;
	bottom: 10px;
	width: 100%;
	left:0px;
	font-size:smaller;
	color:#222222;
/*	color: #666666;
	text-shadow: 2px 2px 0 #000000, 3px 3px 0 rgba(0, 0, 0, 0.5);
*/}

.pullquote{
	margin-top:20px;
	display:block;
	text-align: right;
	font-weight:bold;
	text-shadow: 2px 2px 0 #000000, 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.pullquote .source{
	font-size:smaller;
	opacity:0.75;
}

.button{
	position:absolute;
	top:50%;
	margin-top: 150px;
	padding-top:20px;
	left: 50%;
	margin-left:50px;
	z-index:3;
}