@charset "UTF-8";
body {
	background-color: #000;
	background-image: url(img/temp_bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
#wrap {
	text-align:center;
	border:#0C3;
	width:auto;
	top:550px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#d3d0bc;
}
a:link, a:visited {
	color:#d3d0bc;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active{
	color:#F00;
}

