body {
	background-image: url("images/bg_conditions.jpg");
	background-color: #000;
	color: #C8A992;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#cross-links {  
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	margin-top: -10px;
}

*+html #cross-links { 
	margin-top: 0; 
}

#cross-links p {  
	display: block;
	width: 100px;
	height: 100px;
}
		
#cross-links p a {  
	text-indent: -5000px;
	display: block; 
	width: 100px;
	height: 100px;
}

#link_back {
	background-image: url("images/link_back.png");
	width: 100px;
	height: 100px;
}

#conditions {
	background: url("images/bg_conditions.png") 0 0 no-repeat;
	line-height: 1.1em;
	width: 840px;
	height: 670px;
	margin: 0 auto;
	padding: 65px 40px 0 35px;
}

#conditions span {
	color: #fff;
	font-weight: bold;
}
		
#conditions h1{ 
	display: none; 	
}
		
#conditions h4{ 
	font-size: 12px;
	width: 750px;
	border-bottom: 1px dotted #8A6B54; 	
}

#conditions a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
		
#conditions a:hover { 
	color: #000; 
	text-decoration: underline;
}
