
* {
	margin: 0;
    padding: 0;}

p {
	padding-bottom:15px;
	}

a:link {color: #bebec0}     /* unvisited link */
a:visited {color: #bebec0}  /* visited link */
a:hover {color: #bebec0}   /* mouse over link */
a:active {color: #bebec0}   /* selected link */
	
body {
	
	/* background-image: url('images/background.gif');
	background-repeat: repeat */
	background-color: #000000;
	text-align:center; /* correct IE bug with centering */
	min-width: 800px;
}

html {
	overflow-y: scroll;
}
	
#container {
	width: 800px;
	margin: 0px auto;
	color: #000000;
	*position: relative; /* ‘*’ hides from smart browsers, only stupid IE will will this */
}


#content
{
	width: 450px;
	position: absolute;
	top: 130px;
	margin-left: 50px;
	*left: 50%; /* ‘*’ hides from smart browsers, only stupid IE will will this */
	*margin-left: -140px;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}