html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #efeded; 
	background: #121212 no-repeat bottom right; 
	margin: 10px; 
	padding: 0;
	}

#container { background: #121212 no-repeat center;
	padding: 0 175px 0 160px;  
	margin: 0; 
	width:900px;
	height:600px;
	position: relative;
	}
#program{ background: #000 no-repeat center;
	color: #efeded;
	position: absolute;
	text-align:center;
	top: 100px;
	left: 50px;
	width: 200px;
	height: 300px;
}
#tomb{
	background: #121212 no-repeat center;  
	top: 25px; 
	width:600px;
	height:300px;
	left: 300px;
	position: absolute;
}
#crash{
	background: #121212 no-repeat center;
	top: 350px; 
	width:600px;
	height:200px;
	left: 300px;
	position: absolute;
}
a {text-decoration: none;
	padding: 0 5px 0 5px;
	color: #efeded;
}
p {text-decoration: none;
	padding: 0 5px 0 5px;
	color: #efeded;
}
#many { float: left;
}
img{
border:none;
}

#ads {position:absolute;
	top: 0px;
	left: 1100px;
}

#ask {background: #121212 no-repeat center;
	color: #121211;
	position: absolute;
	font:100% Arial Bold;
	top: 25px;
	right: 175px;
	width: 900px;
	height: 50px;
}
