@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#000;
	
}

.content{
	margin-top:150px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	height:350px;
	width:980px;
	background-image:url(images/temporarypage.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

a:link {
	color:#FFF;
	text-decoration:none;
	
	}
a:visited {
	color:#FFF;
	text-decoration:none;
	}
a:active {
	color:#FFF;
	text-decoration:none;
	}
a:hover {
	color:#666;
	text-decoration:none;
 	}