body
{
	background-color:Black;
	color:#ffffff;
}

#center
{	
	position:absolute;
	left:50%;
	margin:75 0 0 -400px;
}
#container
{
	width:800;
	height:800;

}
#design
{
	position:absolute;
	top:30;
	left:50;
	background:transparent url(DESIGNSMALLER.jpg) no-repeat top left;
	width:140;
	height:230;
}

#links
{
	position:absolute;
	top:30;
	left:200;
}

#links li
{
	margin:10 0 0 0;
}

a
{
	color:White;
	text-decoration:underline;
}

#footer
{
	position:relative;
}

