*
{
	margin: 0;
	padding: 0;
}

#container
{
	height: 260px;
	left: 50%;
	margin-left: -175px;
	margin-top: -155px;
	position: absolute;
	top: 50%;
	width: 362px;
}

body {
 	background-color: #000;
	color: #fff;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #f60;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	background: #000 url(../Images/logo.jpg) no-repeat top left;
	height: 135px;
	text-indent: -9000px;
}

p
{
	list-style: none;
	margin: 15px 0 15px 95px;
}
