@charset "UTF-8";
/* CSS Document */

HTML {
overflow: -moz-scrollbars-vertical;
}

body.splash
{
background-image:url(images/gray.jpg);
background-position: center top;
background-repeat:repeat;
padding:0px;
margin:0px;
}

body
{
background-color:#cccccc;
margin-bottom:50px;
}

div.title
{
position:fixed;
top:37px; left:17px;
z-index:500;
}

div.info
{
position:fixed;
top:7px; left:17px;
}

#header  {
	width: 960px;
	overflow: hidden;
	height: 87px;
	background-color: transparent;
	background-position: left top;
}
	

div#content {
  width: 960px;
  padding: 0 10px;
  margin-top: 12px;
  background-color: #ffffff;
 }
  
div#left {
  width: 700px;
  padding: 0 5px;
  float: left; }
div#right {
	width: 219px;
	float: left;
	margin-left: 20px;
}