@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
}

body a {
	color: #FFFFFF;
}


* {
	margin:0px;
	padding:0px;
}
#site {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -333px;
	width: 1000px;
	height: 667px;
	background-image: url(img/temp_site_s.png);
}
