/* CSS Document */

.body{
vertical-align:top;
background-color: #000000;
background-image: url(images/background.jpg);
width: 100%;

}

.bucket{
background-color: transparent;
height: 100%;
width: 100%;
}

.menuwrapper{
height: 200px;
}
.menu1{
width: 400px;
float: right;
height: 50px;
color: #FFFFFF;
font-size:14px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}

.menu2{
width: 600px;
float: left;
height: 50px;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
margin-top: 135px;
vertical-align:bottom;
font-family:Arial, Helvetica, sans-serif;

}
.logomain{
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}
.footer{
margin-top: 35px;
color: #FFFFFF;
font-size:12px;
}




a:link { color:#ffffff; text-decoration:none; }
a:visited { color:#ffffff; text-decoration:none;}
a:hover { color:#ffffff;  text-decoration:underline;}
a:active { color:#ffffff;  text-decoration:none;}
