/**
 * Main CSS Stylesheet
 *
 */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#666666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img, fieldset{
	border:0;
}
.clear{
	clear:both;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
html{
	background:#5d0100 url(images/html.png) repeat-x;
}
body{
	margin:0;
	padding:0;
	font:62.5% Arial, Helvetica, sans-serif;
	background:url(images/bg.png) no-repeat center top;
	color:#000000;
}

.page{
	width:900px;
	height:650px;
	margin:0 auto;
	overflow:hidden;
}

#logo{
	width:419px;
	height:194px;
	text-indent:-5000px;
	position:relative;
	overflow:hidden;
	display:block;
	margin:5px auto 0 auto;
}

#logo span{
	background:url(images/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#block{
	width:794px;
	height:307px;
	overflow:hidden;
	background:url(images/block.png) no-repeat;
	margin:0 auto;
}
#block h2{
}

#enter_website{
	width:154px;
	height:17px;
	text-indent:-5000px;
	position:relative;
	overflow:hidden;
	display:block;
	margin:244px 0 0 605px;
}

#enter_website span{
	background:url(images/enter_website.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#fright{
	float:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#fright ul{
	padding:40px 20px 10px 0;
}
#fright ul li{
	color:#ddb7b8;
	font-size:12px;
	text-transform:uppercase;
	padding:0 2px 0 2px;
	display:inline;
}
#fright ul li a{
	color:#ddb7b8;
}
#fright p{
	color:#b48384;
	font-size:15px;
	text-align:right;
	padding:0 20px 0 0;
}
#fright p a{
	color:#b48384;
	font-weight:bold;
}