html, body {
	height:100%;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	background-color: #1a1a1a;
	text-align: center;
	color: #ffffff;
}

* {
	padding:0;
	margin: 0;
	}
img {
	border:0;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
} 

#container	{
	position: relative;
	background-color: #333333;
	height: 598px;
	width: 804px;
	margin-left: auto;
	margin-right: auto;
}

#main	{
	position: absolute;
	text-align: left;
	font-size: 14px;
	background-color: #333333;
	color: #999999;
	top: 17px;
	left: 28px;
	height: 475px;
	width: 471px;
}

#main	h1{
	color: #ffffff;
	font-size: 20px;
}

#main	.purple{
	width: 100%;
	height: 2px;
	background-color: #661D91;
}

#purplebar	{
	position: absolute;
	text-align: left;
	color: #000000;
	left: 0px;
	background-color: #661D91;
	height: 40px;
	width: 792px;
	bottom: 18px;
	padding-top:8px;
	padding-left: 12px;
}

#whitebar	{
	position: absolute;
	background-color: #ffffff;
	height: 466px;
	width: 5px;
	right: 274px;
	top: 38px;
}

#right	{
	position: absolute;
	text-align: left;
	color: #999999;
	background-color: #333333;
	top: 17px;
	right: 20px;
	height: 495px;
	width: 242px;

}
