/* CSS Document */
html, body {
height: 100%;
}

body {
background: #E7E7E7;
text-align:center;
margin: 0px auto;
font:  verdana, arial, sans-serif;
}

a img{
border: 0px;
}

#header {
width: 790px;
height: 150px;
background: url('images/dansgalaxy.gif') no-repeat;
}

#wrapper {
width: 790px;
background: #fff;
height: 100%;
text-align: center;
margin: 0px auto;
position: relative;
}

#ads1 {
float: left;
width: 122px;
margin: 0px auto;
}

#ads2 {
float: right;
width: 122px;
margin: 0px auto;
}

#ads3 {

}

#main {
float: left;
width: 542px;
/*height: 100%;*/
position: relative;
margin: 0px auto;
}

#footer {
text-align: center;
}

.brclear 
{
clear: left;
}