Problem with myspace background

Valentin

New Member
Hi people!

I'm new to this forum, and i have a question about the background of my band's myspace.

I'm having trouble positioning the background (the background is fixed btw)
I want to place the background below our bandpicture, let's say starting at the myspace search field bar. Is that possible?

The picture i'm using for background is the pattern_skulltula.jpg, but i guess you guys are smart enough to figure that out :p

Here's the html below (if there's redundant code, please don't hesitate to mention :p)

Thanks!!

greetz
Valentin


Code:
<style>

{ Background Properties }
 table, tr, td { background-color:transparent; border:none; border-width:0;}
 body {
	

background-color:000000;
background-image:url('http://i589.photobucket.com/albums/ss333/schizonomad/Skulltula%20Myspace/pattern_skulltula.jpg');
	background-repeat:no-repeat;
background-attachment:fixed;
 }

{ Table Properties }
 table table { border: 0px }
 table table table table{border:0px}
 table, tr, td { background-color:transparent; border:none; border-width:1;}
 table table table {
	border-style:solid;
	border-width:1;
	border-color:663300 ;
	background-color:000000;

 }

 table table table table td {filter:none;}
 table table table table {border:0px;}
 td.text table, td.text table td {width:300px; padding:0px;}
 td.text table table table table, td.text table table table table td {width:0px;}
 table table td {width:10px;}
 div table table td, table table table td {width:auto;}
 td.text td.text table table div, td.text td.text table table a img {height:75px; width:65px !important; border-width:0px;}

 { Text Properties }
 table, tr, td, li, p, div {font-family:verdana !important; font-size:10px !important; color:FFFFFF!important; font-weight:bold; }
 .btext, .orangetext15, .nametext, .whitetext12 {font-family:verdana !important; font-size:11px !important; color:FFFFFF!important; font-weight:bold; font-style:normal; }
 .blacktext10, .blacktext11, .blacktext12, .lightbluetext8, .redtext, .redbtext, .text {font-family:verdana !important; font-size:11px !important; font-weight:normal; color:FFFFFF;font-style:normal; }

 { Link Properties }
 a:active, a:visited, a:link {font-family:verdana !important; color:663300 !important; font-weight:normal; font-style:normal; }
 a:hover {font-family:verdana !important; color:663300 !important; font-weight:bold; font-style:normal; }

 { Tweaks }
 div td font {visibility:hidden;} .navbar {visibility:visible;}
 a.text, table div font a, table div div {visibility:hidden;}
 div table td font {display: none;}
</style>

<style>
body{ 
background-position:top center;margin-top: 955
 ;}
div.topbanner {
top: 0;
left: 49%;
margin-left: -470;
width: 100%;
height: 1024px;
position: absolute;
}
</style>
<div class="topbanner"><img src="http://i589.photobucket.com/albums/ss333/schizonomad/skulltulatop3.jpg" border="0" /></a></div>
 
Top