Well, I don't know if this is it, but I'm seeing differences on the style sheets...
first:
#container {
margin: 0px auto;
text-align: left;
width: 717px;
position:relative;
}
a{
font-size:12px;
}
p{
margin: 15px 0px;
}
Second:
#container {
margin: 0px auto;
text-align: left;
width: 717px;
}
a{
font-size:12px;
}
p{
margin: 15px 0px;
and
First:
#header {
margin: 0px 0px 0px 0px;
background-image:url(images/header.jpg);
width:717px;
height:288px;
position:relative;
left: 39px;
top: 404px;
}
Second:
#header {
margin: 0px 0px 0px 0px;
background-image:url(images/header.jpg);
width:717px;
height:288px;
position:relative;
}
__________________
ManlyStuff.com -- to enter, click HERE
|