@charset "utf-8";
/* CSS Document */

html {
	background-color:#820F17;
	border:10px solid #E21F26;
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
body {
	-moz-border-radius:10px 10px 10px 10px;
	-moz-box-shadow:0 2px 10px #E21F26;
	-webkit-border-radius: 10px;
	background:url("bk.png") repeat-x #d4dfc3;;
	background:-moz-linear-gradient(center top , rgba(255, 255, 255, 0.9), rgba(211, 211, 211, 0.9)) repeat scroll 0 0 transparent;
	border:1px solid #FFFFFF;
	color:rgba(0, 0, 0, 0.75);
	font:13px/20px "Helvetica Neue",Arial,sans-serif;
	height:350px;
	left:50%;
	margin:-215px 0 0 -275px;
	padding:30px 30px 0 299px;
	position:absolute;
	text-shadow:0 1px 0 #FFFFFF;
	top:50%;
	width:220px;
}

#intro {
	font-size:18px;
	font-weight:bold;
	line-height:25px;
}

p {
	margin-bottom:20px;
}
p strong {
	color:#E21F26;
}
a{
	color:#000;
	color:rgba(0, 0, 0, 0.75);
	text-decoration:none;
	padding-bottom:2px;
	border-bottom:1px dotted #666; 
	}
a:hover{
	color:#E21F26;
	border-bottom:1px dotted #92af2a;
}
h1 {
	background:url("logo.png") no-repeat scroll 0 0 transparent;
	height:80px;
	left:49px;
	overflow:hidden;
	position:absolute;
	text-indent:250px;
	top:35px;
	white-space:nowrap;
	width:206px;
}