/* CSS Document */
body{
background:#78808B;
color:white;
background-image: url(images/tile.jpg);
background-repeat: repeat-x;
font-size:12px;
font-family: Arial, Sans-Serif;
text-align:center;
margin:0px;
}

.wrapper{
position:relative;
float:left;
left:50%;
width:825px;
min-height:261px;
margin:-1px auto 0px -412;
}

.logo{
float:left;
}

.flash{
float:left;
margin-top:-3px;
}

html>body .flash{
margin-top:0px;
}

.text{
text-align:center;
font-size:18px;
margin-top:60px;
}
