@import url(reset.css);
body{
background-color:#e8e8e8;
text-align:center;
}
/*--------------------------------*/


/*-----------------------------------*/
#id{
 width:100%;
 height:100%;
}
#head{
background:#114899;
height:120px;
margin:0 auto;
}
#head2{
background:#e01e10;
height:120px;
margin:0 auto;
}

#line{
background-color:#FFFFFF;
height:5px;
}
#box{
background-image:url(../images/bg.png);
width:589px;
height:225px;
margin:0 auto;
margin-top:55px;
}

#logo{
position:absolute;
bottom:0;
left:0;
background-image: url(../images/logo.png);
background-repeat:no-repeat;
width:100%;
height:142px;

}
/*----------------------------------*/
.text a{
	direction:ltr;
	text-align:center;
	text-decoration:none;
	font-family:Tahoma;
	font-size:16px;
	color:#7d2626;
}
.text a:hover{
	color:#006;
}

#text{
padding:50px 0 0 0;
}