@charset "utf-8";
*{
	padding:0;
	margin:0;
	border:0;
}
a{
	text-decoration:none;
	color:#ff92a5;
	font-size:14px;
	font-weight:bold;
	line-height:1.3;
}
a:hover{
	color:#ffffff;
}
html, body {
	height: 100.01%;
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#a2a2a2;
	line-height:1;
	position:relative;
}
body{
	background-color:#bc0726;
}

.page {
	position:relative;
	width: 980px;
	min-height:100%;
	height:auto !important;
	height: 100%;
	margin: 0 auto 0 auto;
	padding-top:20px;
}
h1{
	color:#FFFFFF;
	padding-bottom:24px;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:10px;
}
h2{
	color:#FFFFFF;
}