How's this?
Code:
body {
background-color: #184642;
text-align: center;
font: 1em/1.5em Arial, Verdana, sans-serif;
color: #cccc99;
}
#outer {
background: #184642 url(test.gif) no-repeat top center;
width: 744px;
height: 800px;
text-align: left;
margin: 0px auto;
border: 1px solid #184642;
position: relative;
top: 0;
left: 0;
/*This is a fix to stop mozilla from sliding the whole page off the left hand side of the viewport as the browser window is resized smaller. (If you want that effect then take the border out.)*/
}
#slideshow {
margin-left: 30px;
margin-top: 110px;
}
.caption {
/* position: relative;
left: -200px;
bottom: -30px; */
color: #cccc99;
}
#nav {
/*margin-left: 275px;
margin-top: -25px;*/
position: absolute;
top: 180px;
left: 300px;
}
#contact {
/*margin-top: -290px;
margin-right: 13px;*/
position: absolute;
right: 13px;
top: 90px;
text-align: right;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
Bookmarks