body,html {
text-align:center;
margin:0;
background:url(../media/background.jpg);
background-repeat:repeat-x;
background-color:#30322c;
}

img {
	border:0px;
}

#body {
text-align:center;
width: 1100px;
z-index:1;
}

#header {
text-align:left;
width: 1026px;
margin-left:15px;
z-index:1;
}

#logo {
width: 446px;
height: 130px;
z-index:2;
}

#menu {
	padding-top:12px;
	padding-bottom:12px;
}

#text_body_top {
background:url(../media/body_top.png);
text-align:left;
width: 1041px;
height: 25px;
z-index:3;
}

#text_body_middle {
background:url(../media/body_middle.png);
text-align:left;
width: 1041px;
overflow:auto;
z-index:3;
padding-bottom:20px;
}

#text_body_bottom {
background:url(../media/body_bottom.png);
text-align:left;
width: 1041px;
height: 33px;
z-index:3;
}

#small_text {
	float:left;
	background-color:#44433c;
text-align:left;
width: 203px;
z-index:4;
margin-left:40px;
}

#big_text {
	float:left;
	background-color:#44433c;
text-align:left;
width: 747px;
z-index:4;
margin-left:20px;
}

#title {
	padding-left:267px;
	margin-top:-10px;
	z-index:10;
	padding-right:30px;
}

#line {
	height:3px;
	background-color:#44433c;
	margin-bottom:10px;
	margin-top:-5px;
}




