@charset "utf-8";
/* CSS Document */

body {
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	background-image: url(../images/hg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3f3f3e;
}

#content {
	position: relative;
	margin: 0 auto;
	top: 20px;
	width: 802px;
	height: 630px;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
}

#text {
	position: absolute;
	width: 465px;
	height: 340px;
	left: 350px;
	top: 80px;
	
}

#text-info {
	position: absolute;
	width: 240px;
	height: 320px;
	left: 40px;
	top: 300px;
	
}

h1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #314ea3;
}