body {
	margin: 0px;
	background: #000;
	font: 12pt Helvetica, sans-serif;
	color:#FFF;
}
p, h1, h2, h3 {
	margin:0px;
}
p {
	margin: 5px 0px;
	font: 12pt Helvetica, sans-serif;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
a:visited {
	color:#FFF;
}
img {
	border:0px;
}
#container {
	width:100%;
	height:100%;	
	text-align:center;
}
#one {
	background:#FFF;
	width:90%;
	height:220px;
	float:left;
	text-align:right;
	vertical-align:bottom;
}
#two {
	background:#FFF;
	width:10%;
	height:220px;
	float:right;
}
#three {
	background:#000;
	width:12%
	float:left;
}
#four {
	background:#000;
	width:88%;
	height:800px;
	float:right;
	text-align:left;
}
#text_box {
	background:#000;
	width:750px;
	height:800px;
	text-align:center;
	padding: 5px;
}