body {
background-attachment: fixed;
background-color: #333;
background-image: url(120215_D300s_005[grey1000].jpg);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
margin:0;
padding: 0;
}

.header {
	width:800px;
	height:30px;
	font-family:"Comic Sans MS";
	color:red;
	font-weight: normal;
	text-align:center;
	padding: 10px;
}

.link a{
		font-size:14px;
		font-family:Arial;
		font-weight: bold;
		text-align:center;
		text-decoration:none;
			padding: 5px;
}

a:hover {
	color:#fd0000;
	
	
