Forum Moderators: not2easy
#navigation {
width:auto;
height:auto;
background-color:#999999;
}
#navigation ul {
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
#navigation li {
float:left;
}
#navigation a:link,a:visited {
display:block;
width:127px;
font-weight:bold;
color:#FFFFFF;
background-color:#999999;
text-align:center;
padding:2px;
text-decoration:none;
text-transform:uppercase;
}
#navigation a:hover,a:active {
background-color:#333333;
}
body {
width: 950px;
height: 600px;
margin: 0 auto;
background: #fff url(path to non-tiled image) no-repeat center scroll;
}
body {
width: 950px;
height: 600px;
margin: 0 auto;
background: #fff url(path to non-tiled image) no-repeat center scroll;
}