* {
	margin: 0;
	border: 0;
}

body {
	margin-top: 50px;
	text-align: center;
	background-color: #000;
	background-image: url(../web_grey_bg.jpg);
	background-repeat: repeat-x;	
	font-family: Century Gothic, Arial, serif; 
	font-size: 18px;
	color: #fff; 
}

h1 {
	font-size: 24px;
}

a { 
	text-decoration: none;
	color: #fff; 
}

a:hover { 
	text-decoration: underline; 
}

#page {
	width: 950px;
	height: 550px;
	padding: 5px;
	margin: 0 auto;
	text-align: center; 
	background-color: #FFFFFF;	
	color: #000;
}

#page a {
	color: #000;
}
