@charset "iso-8859-1";
/* CSS Document */

body {
	background-color:#2D040B;
	text-align:center;
	font-size:10px;
	color:#CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/intro/page_back.gif);
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration:underline;
	color:#FFF;
}
a:active {
	text-decoration: none;
	color: #666666;
}
img {
	border:0;
}
#intro {
	margin:0 auto;
	position:relative;
	width:766px;
	height:auto;
	text-align:left;
	padding-top:10%;
}
.button_options {
	position:absolute;
	left:5px;
	height:91px;
	width:756px;
	background-image:url(images/intro/bottom_back.gif);
}
a.bg {	
	float:left;
	margin-top:20px;
	margin-left:70px;
	padding:27px 88px 20px 88px;
	background-repeat:no-repeat;
	background-image:url(images/intro/BG_button.gif);
}
a.bg:hover {
	background-image:url(images/intro/BG_button_o.gif);
	text-decoration:none;
}
a.en {
	float:right;
	margin-top:20px;
	margin-right:70px;
	padding:27px 78px 20px 78px;
	background-image:url(images/intro/EN_button.gif);
	background-repeat:no-repeat;
}
a.en:hover {
	background-image:url(images/intro/EN_button_o.gif);
	text-decoration:none;
}
.copyright {
	position:relative;
	top:91px;
	text-align:center;
}