body {
	overflow: -moz-scrollbars-vertical !important;
        background-color: #d8d8d8;
        margin:0; padding:0;
}

.mask{
	position: absolute;
	left: 50%;
	margin: 0 0 0 -525px;
	display: block;
	width: 1050px;
	min-height:500px;
	height:800px;
	overflow: hidden;
}

.main {
	display: block;
	position:absolute;
	left:45px;
	width: 960px;
	min-height: 900px;
	height:800px;
	background-image: url(images/grey_gradient_bg.jpg);

}


.left{
        display: block;
        position:absolute;
        left:-45px;
        width:45px;
        height:2000px;
        background-image: url(images/left_side.gif);
        background-repeat: repeat-y;

}

.right {
	display: block;
	position:absolute;
	left:960px;
	height:2000px;
	width:45px;
	background-image: url(images/right_side.gif);
	background-repeat: repeat-y;
	
}


.footer{
	display:block;
	width:902px;
	height:40px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-align: right;
	font-size:10px;
	margin-top:20px;
	margin-left:29px;
	float:left;
}

.termsofuse,.termsofuse a,.termsofuse a:active,.termsofuse a:link,.termsofuse a:visited{
	color: #000000; 
	text-decoration:none;
}

.termsofuse a:hover {
	color:#9d740c;
	border-bottom: 1px #9d740c dashed;
}

.colophon{
	color:#666666;
}

