/* CSS Document */
body{
background:url(../images/default_bg.jpg) center 0 no-repeat;
}
#default_logo{
text-align:center;
margin-bottom:45px;
padding-top:10px;
}
#default_txt{
text-align:center;
margin-top:70px;
}
#wrap{
	position:relative;
}
.logo{
	position:absolute;
	top:0;
	right:-40px;
}
#butt{
width:320px;
margin:auto;
}
.input{
width:88px;
height:25px;
display:block;
background:url(../images/butt_bg.jpg) no-repeat;
text-align:center;
padding-top:7px;
float:left;
}
.right{
margin-left:14px;
}
#default_footer{
width:560px;
margin:auto;
text-align:center;
margin-top:40px;
border-top:1px solid #4D73BA;
color:#4D73BA;
}
#default_footer p{
line-height:20px;
}
#default_footer a{
color:#4D73BA;
}
#default_footer a:hover{
color:#00AEEF;
}