@charset "utf-8";
/* CSS Document */

#container{
width: 750px;
height: auto;
background-color: beige;
margin: auto;
}

#banner{
width: 750px;
height: 200px;
background-image:url(pictures/100_0028a%20copy.gif);
}

#topnavbar {
width: 750px;
height: 50px;
}

#main{
width:750px;
height: auto;
float: right;
min-height: 650px;
}

#footer{
width:750px;
height: 200px;
}
