/* CSS Document */


h1 {color:#FFFFFF;}

body {
background-image:url(img/centralbg.gif);
background-repeat:no-repeat;

}

:link      { color: #ff0000;  text-decoration: none; }
:visited   { color: #0000ff;  text-decoration: none; }
:hover     { color: #ffffff;  text-decoration: none; }

.wrapper {
width:980;

}

.content {
color:#FFFFFF;
width: 830px;
position:relative;
top:200px; left:270px;
}

.menu {
color:#FFFFFF;
width: 150px;
height: 300px;
position: fixed;
top: 250px;
}
