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

*{
	margin:0;
	padding:0;
}

body{
	background:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#bodyBox{
	background:#000 url(../_img/bgTmp.jpg) no-repeat;
	margin:auto;
	width:906px;
	height:500px;
	color:#FFF;
	overflow:hidden;
}
#text{
	margin:380px;
}
#text a:link,
#text a:visited{
	color:#d68454;
}

#text a:hover,
#text a:active{
	color:#FFF;
}
