/*
Michael Jackson CSS Layout by DigiP 07-01-2009
900x347 header
body content
900x227 footer
*/



body { 
margin:0px; 
background-image:url('./back.jpg'); 
background-repeat:repeat-x; 
background-color:#000;
color:#879bc4; 
font-family:"Trebuchet MS",Helvetica,"Century Gothic",Arial,Sans-Serif; 
font-size:14px;
overflow: auto;
}

#header { 
width:900px; 
height:347px; 
margin-right:auto; 
margin-left:auto; 
background-image:url('./header.jpg'); 
background-repeat:no-repeat;  
}

#pageBody { 
width:900px; 
height:400px; 
margin-right:auto; 
margin-left:auto; 
padding:10px 0px 0px 0px; 
background-image:url('./body.jpg'); 
background-repeat:repeat-y; 
}

#pageContent1 { width:480px; height:380px; position:relative;  float:left; left:90px; z-index:10; overflow-y:auto; overflow-x: hidden; padding:20px; }
#pageContent2 { width:180px; height:400px; position:relative;  float:left; left:105px; z-index:20; padding:20px 0px 0px 0px;}

.title { 
text-align:right;
font-size:16px; 
font-weight:bold; 
width:100%; 
border-bottom:dashed #fff 2px; 
float:right; 
position:relative;
text-transform:uppercase;
}

.title2 { 
text-align:right;
font-size:16px; 
font-weight:bold; 
width:100%;  
float:right; 
position:relative;
text-transform:uppercase;
}

a { text-decoration:none; color:white; font-size:16px; border-bottom:dashed white 1px;}
a:hover { text-decoration:none; color:#87b6c4; font-size:16px; border-bottom:dashed #87b6c4 1px; }

#footer { 
width:900px; 
height:227px; 
position:relative; 
margin-right:auto; 
margin-left:auto; 
padding:30px 0px 0px 0px; 
background-image:url('./footer.jpg'); 
background-repeat:no-repeat; 
}

#footerContent { width:690px; position:relative; margin-right:auto; margin-left:auto;  z-index:10; padding:20px; }

#stars { 
background-image:url('./stars.png'); 
background-repeat:repeat-x; width:98%; 
height:100px; 
margin-right:auto; 
margin-left:auto; 
z-index:99; 
top:0; 
position:absolute; 
}


