/* CSS Document */

body {margin: 0px; padding: 0px; color: #ffffff; background-color:black; font-family: arial; font-size: 12px; font-color: white}

#main {position: relative; width: 100%; height: 100%}
#content {position: relative; width: 920px; height: 760px; top: 40px; margin: 0px auto; background-image: url("../bg.jpg");
background-repeat:no-repeat;
background-color:transparent; border: solid 1px black; margin-left: 100px;}
#content2 {position: relative; width: 100%; height: 100%; margin-left: 320px; margin-top: 210px}
.footer {position: relative; width: 100%; height: 100%; margin-left: 620px; margin-top: 10px}

.banner {position: relative; float: left; padding: 5px}
.text {position: relative; float: left; padding: 5px; width: 300px}
.button {position: relative; float: right}

a:active, a:visited, a:link { color:ffffff; font-weight: normal; text-decoration:none;}
a img {border:0px white solid !important;}


