﻿/* CSS Document */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

body {
	background-position: center top;
	background-color: #CCCCCC;
	height: 100px;
	width: 100%;
	background-image: url(../images/bg_gray.jpg);
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.top_bg{
	background-image: url(../images/top_bg_gray.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 85px;
	position: relative;
}
#top {
	height: 85px;
	width: 900px;
	position: relative;
}
.main {
	top: 10px;
	position: relative;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: rgba(18, 18, 18, 0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99121212,endColorstr=#99121212); /*AARRGGBB*/
	/*background-color: #121212;
	filter: alpha(opacity=85);
  	-moz-opacity: 0.85;
  	opacity: 0.85;*/
	width: 900px;
	padding: 50px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	height: 50px;
	width: 100%;
	bottom: 5px;
	position: relative;
	top: 30px;
}

