View Single Post
Old 2008-02-08, 12:34 AM   #2
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
Change:
#page {
margin: 0px auto;
width: 950px;
background: #000000 ;

to:

#page {
margin: 0px auto;
width: 750px;
background: #000000 ;

#content {
padding: 10px 10px 25px 13px;
float: left;
width: 692px;
overflow: hidden;
}

to:

#content {
padding: 10px 10px 25px 13px;
float: left;
width: 492px;
overflow: hidden;
}

and you may want to change

#headerlogo .description{
position: absolute;
left: 520px;
bottom: 3px;
color: #d9d351;
font-size: 16px;
}

to:

#headerlogo .description{
position: absolute;
left: 420px;
bottom: 3px;
color: #d9d351;
font-size: 16px;
}
in order to bring the text back onto the header background image.
__________________
Click here to purchase a bridge I'm selling.
Useless is offline   Reply With Quote