@media screen
{

body {

	background-position: 0px 0px;
	background: #7F7C75 url(./img/background_re.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 750px;

}

#container {
	width: 1000px;
	height: 750px;
	margin: 0 auto;
	padding: 0px;
	background-position: 0px 0px;
	background: url(./img/background_start.jpg) no-repeat;
}

#main {
	/* background: #ccc url(./img/background_gray.jpg) no-repeat; */
	 
	
	position: relative;
	top:300px;
	left: 150px;
	height: 350px;
	width: 850px;
	overflow: auto;
	border: 0px solid #666;

	padding: 0px;
	
	color: #fff;
}

#content {
	padding: 15px;
	color: #fff;
	font-size:18px;
	font-weight: normal; 
	font-family: "Pristina", "AgfaRotisSansSerif", Verdana;
}



#content h1 {
	color: #fff;
	font-size:18px;
	font-weight: bold; 
	font-family: "Pristina", "AgfaRotisSansSerif", Verdana;
	margin:0px;
	padding:0px;
	line-height: 22px;
}


#content h2 {
	color: #fff;
	font-size:16px;
	font-weight: bold; 
	font-family: "AgfaRotisSansSerif", Verdana;
	margin:0px;
	padding:0px;
	line-height: 26px;
}

#content h3 {
	color: #fff;
	font-size:13px;
	font-weight: bold; 
	font-family: "AgfaRotisSansSerif", Verdana;
	margin:0px;
	padding:0px;
}


}
