 
/* CSS Document */
/* Normalize padding and margins */
@charset "UTF-8"; {
	margin: 0;
	padding: 0; }
 
/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
	color: #C0EF01;
	font-size: 100%;
}
 
/* Normalize list styles */
ol, ul { list-style: none; }
 
/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal; }
 
/* Normalize table borders */
table {
	border-collapse: collapse;
	border-spacing: 0; }
 
/* Normalize other borders */
#logo { border: 0; }
 
/* Normalize text-alignment */
caption, th { text-align: left; }
 
/* Normalize (remove) quotation marks */
q:before, q:after { content: ''; }
 
HTML, BODY {
	background-color:#333333;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height:100%;
	line-height:1.3em;
	margin:0 auto;
	min-width: 900px;
	position:relative;
	width:1200px; }
 
h3 { font-size: 1.3em; }
 
a {
	color: #C0EF01;
	text-decoration: none;
}
 
	a img { border: none; }
 
img { border: none; }
 
#leftwrap {
	height: 500px;
	margin-left: 30px;
	margin-top: 70px;
	min-width:300px;
	width: 300px;
	margin-right: 20px;
	float: left;
}
 
#left {
	float: left;
	height: 100px;
	min-width:300px;
	padding-top: 10px;
	width: 300px;
}
 
#right,#gallery,#middleleft, {
	margin:0px;
	padding:0px; }
 
#gallery {
	background-color: #C0EF01;
	float: left;
	height: 750px;
	padding-left: 10px;
	width: 410px; }
 
#words {
	float: left;
	height: 300px;
	margin-top:275px;
	width: 400px;
}
 
#logo {
	float: right;
	margin-top: 85px;
	width: 60px; }
 
 
#rightwrap {
	float: right;
	height: 700px;
	margin-right: 50px;
	min-width: 770px;
	width: 770px;
}
 
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: lighter;
	height: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 120px;
	width: 1200px;
	margin-right: auto;
}

#array {
	float: left;
	margin-top: 290px;
	padding-right: 20px;	
	width: 260px;

}
#fullscreen {
	height: 550px;
	width: 1200px;
	margin-top: 0x;
	margin-bottom: -100px;
	margin-right: auto;
	margin-left: auto;
}
#fullscreen img {
	width: 1200px;
	height: 550px;
	margin-right: auto;
	margin-left: auto;
}
