I'm not sure if I'm being clear, but basically if you look at the live example you'll see that the layout is centered, but its at the bottom of the ad. I want the ad to be to the left of the page. Basically I want to move the layout up so there is no scrolling.
Here's my code.
CODE
/*--------------CSS Document--------------*/
/*---------------Welcome Page---------------*/
body {
background-color: #000000;
}
a{
color:white;
text-decoration:none;
}
#container {
height: auto;
width: auto;
margin-right: auto;
margin-left: auto;
}
#header {
background: #000000 url(images/header.png) no-repeat;
width: 695px;
height: 107px;
margin-left: 250px;
padding:0 0;
}
#bodytitle {
font:bold 55px Arial, Helvetica, sans-serif;
color: white;
padding: 0 200px 0 350px;
}
#center {
background: #000000 url(images/center.png) no-repeat;
width: 697px;
height: 355px;
margin-left: 249px;
padding:0 0;
}
#bodyslogan {
font:bold 12px Arial, Helvetica, sans-serif;
color: white;
padding: 0 0 0 350px;
}
#footer {
background: #000000 url(images/footer.png) no-repeat;
width: 696px;
height: 97px;
margin-left: 250px;
padding:0 0;
}
#bodyhome {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 35px;
padding-top:150px;
padding-left:400px;
}
#bodyshows {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 35px;
padding-top:5px;
padding-left:400px;
}
#bodybio {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 35px;
padding-top:5px;
padding-left:400px;
}
#bodyphotos {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 35px;
padding-top:5px;
padding-left:400px;
}
#bodyforum {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 35px;
padding-top:5px;
padding-left:400px;
}
#bodyenter {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 35px;
margin-left:300px;
}
#copyright {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 12px;
margin-left:460px;
}
/*----------------Welcome Page Ends---------------*/
/*----------------HomePage Begins---------------*/
/*----------------HomePage Ends-----------------*/
/*---------------Welcome Page---------------*/
body {
background-color: #000000;
}
a{
color:white;
text-decoration:none;
}
#container {
height: auto;
width: auto;
margin-right: auto;
margin-left: auto;
}
#header {
background: #000000 url(images/header.png) no-repeat;
width: 695px;
height: 107px;
margin-left: 250px;
padding:0 0;
}
#bodytitle {
font:bold 55px Arial, Helvetica, sans-serif;
color: white;
padding: 0 200px 0 350px;
}
#center {
background: #000000 url(images/center.png) no-repeat;
width: 697px;
height: 355px;
margin-left: 249px;
padding:0 0;
}
#bodyslogan {
font:bold 12px Arial, Helvetica, sans-serif;
color: white;
padding: 0 0 0 350px;
}
#footer {
background: #000000 url(images/footer.png) no-repeat;
width: 696px;
height: 97px;
margin-left: 250px;
padding:0 0;
}
#bodyhome {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 35px;
padding-top:150px;
padding-left:400px;
}
#bodyshows {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 35px;
padding-top:5px;
padding-left:400px;
}
#bodybio {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 35px;
padding-top:5px;
padding-left:400px;
}
#bodyphotos {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 35px;
padding-top:5px;
padding-left:400px;
}
#bodyforum {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 35px;
padding-top:5px;
padding-left:400px;
}
#bodyenter {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 35px;
margin-left:300px;
}
#copyright {
font:bold 11px/27px Arial, Helvetica, sans-serif;
color: white;
font-size: 12px;
margin-left:460px;
}
/*----------------Welcome Page Ends---------------*/
/*----------------HomePage Begins---------------*/
/*----------------HomePage Ends-----------------*/
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Welcome to NascentDescent!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="enter.css" />
<script type="text/javascript"><!--
google_ad_client = "pub-5055084209343908";
/* NDEnter */
google_ad_slot = "3486852820";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</head>
<body>
<div id="container">
<div id="header">
</div>
<div id="center">
<div id="bodyhome"><a href="http://www.reverbnation.com/nascentdescent">01 Home</a></div>
<div id="bodyshows"><a href="http://www.reverbnation.com/nascentdescent">02 Shows</a></div>
<div id="bodybio"><a href="http://www.reverbnation.com/nascentdescent">03 Bio</a></div>
<div id="bodyphotos"><a href="http://www.reverbnation.com/nascentdescent">04 Photos</a></div>
<div id="bodyforum"><a href="http://www.nascentdescent.com/phpBB-3.0.2/phpBB3">05 Forum</a></div>
</div>
<div id="footer">
<div id="bodyenter"><a href="http://www.reverbnation.com/nascentdescent">Enter</a></div>
</div>
<div id="copyright">Copyright 2008 DiGennaroDesigns All rights reserved</div>
</div>
</body>
</html>
<html>
<head>
<title>Welcome to NascentDescent!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="enter.css" />
<script type="text/javascript"><!--
google_ad_client = "pub-5055084209343908";
/* NDEnter */
google_ad_slot = "3486852820";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</head>
<body>
<div id="container">
<div id="header">
</div>
<div id="center">
<div id="bodyhome"><a href="http://www.reverbnation.com/nascentdescent">01 Home</a></div>
<div id="bodyshows"><a href="http://www.reverbnation.com/nascentdescent">02 Shows</a></div>
<div id="bodybio"><a href="http://www.reverbnation.com/nascentdescent">03 Bio</a></div>
<div id="bodyphotos"><a href="http://www.reverbnation.com/nascentdescent">04 Photos</a></div>
<div id="bodyforum"><a href="http://www.nascentdescent.com/phpBB-3.0.2/phpBB3">05 Forum</a></div>
</div>
<div id="footer">
<div id="bodyenter"><a href="http://www.reverbnation.com/nascentdescent">Enter</a></div>
</div>
<div id="copyright">Copyright 2008 DiGennaroDesigns All rights reserved</div>
</div>
</body>
</html>
Thanks again,
Kevin


