@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body, html {
   height:100%;
   margin:0;
   padding:0;
   list-style:none outside none;
	background:url(../img/bg.jpg);
    background-repeat: no-repeat;
	background-attachment: fixed;
}

#content_wrap {
   margin:30px auto;
   min-height:100%;
   position:relative;
   width:864px;
}


#logo{
	width:344px;
    background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:20px;
	height:96px;
}


#content{
	background-image:url(../img/bg2.png);
	background-repeat:no-repeat;
	min-height:250px;
	padding: 0px 35px 10px 45px;
	color:#225289;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0.01em;
	 line-height: 1.3em;
	}
#text{
	background:url(../img/text.png);
	background-repeat:no-repeat;
	min-height:60px;
   padding: 15px 35px 10px 45px;
	color:#225289;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0.01em;
	 line-height: 1.3em;
}