@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/back.jpg);
	background-position:top;
	background-repeat:repeat-x
}

h1 {
	font-size:14px;
	color:#6e6e6f;
	line-height:0px;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:101px;
	width:100%;
	margin-top:150px
}

#content_top{
	background-image: url(../images/content_top.png);
	background-repeat:no-repeat;
	background-position:center;
	height:18px;
	width:100%;
	margin: 50px 0px 0px 0px
}

#content_center{
	background-image: url(../images/content_center.png);
	background-repeat:repeat-y;
	background-position:top;
	height:100%;
	width:100%;
}

#content_bottom{
	background-image: url(../images/content_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	height:18px;
	width:100%;
}

#content_center #content_text {
	padding-top:1px;
	padding-bottom:10px;
	color:#544f4f;
	line-height:13px;
	width:340px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content_center #content_text span {
	color:#bdbdbd;
	font-size:8px;
	line-height:18px
}