
html,body  { 
    background-color : #000;	
	text-align: center; 
	height:100%;
	color: #CCC;
	font-family: Arial;
	font-size : 20px;
}

A {
	color: #CCC;
	text-decoration: none;
	border:none;
	font-size : 20px;
}

div.site {
	text-align: center;
	margin-top:100px;
}


div.main {
	
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: Arial;
	height:300px;
	width :1000px;
	background-image: url(img/background.jpg);
	background-repeat: repeat;
	margin-top:100px;
}
