/********************* Body *********************/

html {
   height: 100%;
}

body {
   margin:  0px;
   padding: 0px;
   background-color: #DDDDDD;
   width: 100%;
   height: 100%;
   text-align: center;
}

div#bodycontainer {
   width: 750px;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
   background-color: #FFFFFF;
   min-height: 100%;
   margin: 0 auto;
   background-image: url('images/background.jpg');
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: top center;
}

* html div#bodycontainer { height: 100%; }


/********************* Header *********************/

div#header {
   width:            100%;
   overflow:         hidden;
   height:           80px;
}

div#header img.headerrac {
   position: absolute;
   top:      5px;
   right:    5px;
}

div#header_base {
   width:            100%;
   overflow:         hidden;
   height:           18px;
}


/********************* Menu *********************/

div#menu {
   width:            100%;
   height:           22px;
   overflow:         hidden;
   border:           0px;
}


/********************* Content *********************/

div#content  {
   text-align:      left;
   padding-top:     15px;
   padding-bottom:  15px;
   padding-left:    15px;
   padding-right:   15px;
}


/********************* Links *********************/

a {
   color:           #000000;
   font-weight:     bold;
   text-decoration: none;
}

a:hover {
   color:           #000000;
   font-weight:     bold;
   text-decoration: underline;
}

img {
   border: none;
}


/****************************************************/


