*{
margin:0px;
padding:0px;
border:0px;
}
body{
height:100%;
background:#222;
font-family:'sans-serif';
font-size:14px;
}

header{
	background:#fff;
}
article header{
	background:#003;
}

section, footer{
	color:#ccc;
}
section{
	background:#003;	
}
article{
	margin:0px auto 0px auto;
	padding:15px;
	width:600px;
}
p{
	padding:10px 0 10px 0;
}
footer{
	margin:0px auto 0px auto;
	padding:15px;
	width:600px;
	height:100%;
	background:#222;
	min-height:100px;
	
}

div#main{
	min-height:300px;
	background:#fff;
	margin:0px auto 0px auto;
	width:700px;
}
div.eyeBall{

	border-style:solid;
	border-width:15px;
	border-color:#000;
	width:300px;
	height:250px;
	overflow:hidden;
}

div.eye{
	background:#000;
	display:block;
	width:40px;
	height:40px
}

#leftEyeball{
	position:absolute;
	left:200px;
	top:0px;

/*	width:300px;
	float:left;*/
}

#rightEyeball{
	position:absolute;
	left:700px;
	top:0px;

	width:300px;
	float:left;
}

#leftEye{
	position:relative;
	left:135px;
	top:110px;
}

#rightEye{
	position:relative;
	left:135px;
	top:110px;
}