body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

#canvas {
	background-color: #000;
	width: 800px;
	margin-left: 10%;
	margin-right: 10%;
}

#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header li {
	float: left;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
}


#header li a {
	font-family: "Helvetica";
	font-size: 18px;
	font-style: normal;
	color: #1AEA16;
	
	float: left;
	display: block;
	text-decoration: none;
}

#header li a:hover {
	font-family: Helvetica;
	font-size: 18px;
	font-style: normal;
	color: #1AEA16;
	float: left;
	display: block;
	text-decoration: underline;
}

#main {
	clear: both;
	width: 800px;
	height: 600px;
	background-color: #000;
}

#footer {
	width: 100%;
}

#footer ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer li {
	clear: right;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	font-family: "Helvetica";
	font-size: 18px;
	font-style: normal;
	color: #1AEA16;	
	display: block;
	text-decoration: none;
}

#top {
	margin-top: 20px;
	float: right;
	width: 800px;
	height: 280px;
}

#top #tleft {

	padding: 0px;
	float: left;
	height: 300px;
	width: 400px;
}
#top #tright {
	float: right;
	height: 300px;
	width: 400px;
	padding: 0px;
	margin: 0px;
}

#bottom {
	clear: both;
	width: 800px;
	height: 300px;
}

#bottom #bleft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 300px;
	width: 400px;
}
#bottom #bright {
	float: right;
	height: 300px;
	width: 400px;
	padding: 0px;
}

h1 {
	font-family: Helvetica;
	font-size: 24px;
	font-style: normal;
	color: #CCC;
	
}
p {
	font-family: Helvetica;
	font-size: 12px;
	color: #CCC;
}

img {
	margin-top: 10px;
}