@charset "utf-8";
/* CSS Document */
body{
background:#000;
margin:0px;
padding:0px;
}

p{
margin:0px;
padding:0px;
}
.main_container{
width:800px;
margin:0px auto;
padding:0px 0px;
}
.logobg{
width:800px;
padding:0px;
margin:0px;
}
.textbg{
width:645px;
margin:0px 75px;
padding:0px 0px 0px 5px;
background:url(../images/txtbg.gif) repeat-x left top;
font:12px "Trebuchet MS";
color:#fff;
text-transform:uppercase;
}

.textError{
width:645px;
margin:0px 75px;
padding:0px 0px 0px 5px;
background:url(../images/txtbg.gif) repeat-x left top;
font:12px "Trebuchet MS";
color:#fff;
text-transform:uppercase;
}

.bottombtns{
width:450px;
margin:0px auto;
}

.button{
width:155px;
background:#ca6b01;
border:1px solid #fff;
text-align:center;
padding:3px;
text-transform:uppercase;
margin:0px 10px;
float:left;
}

.button a{
text-decoration:none;
font:18px "Trebuchet MS";
color:#000;
font-weight:bold;
}
.image{
float:left;
margin:0px 20px;
padding:0px;
}
