*{ margin: 0; padding: 0; }

html{
height: 100%;
width:100%;
}

body {
background-color: black;
background-image: url('../Assets/mike_bg.png');
background-repeat: repeat;
background-attachment: scroll;
background-position: 50% 0%;
height: 100%;
width:100%;
}


#starsLeft{
position: fixed;
right:50%;
text-align: right;
top:0px;
background-color: transparent;
background-image:url('../Assets/mike_sides.png');
background-repeat: repeat;
background-attachment: scroll;
min-height: 100%;
height:auto;
min-width: 100%;
width:auto;
margin-left:928px;
margin-right:328px;
visibility:visible;
z-index:1;
opacity:0.5;
filter:alpha(opacity=50);
}

#starsRight{
position: fixed;
left:50%;
top:0px;
background-color: transparent;
background-image:url('../Assets/mike_sides.png');
background-repeat: repeat;
background-attachment: scroll;
min-height: 100%;
height:auto;
min-width: 100%;
width:auto;
margin-left:328px;
margin-right:928px;
visibility:visible;
z-index:1;
opacity:0.5;
filter:alpha(opacity=50);
}



#logo{
position: fixed;
left:100%;
top:0px;
height:290px;
width:292px;
margin-left:-292px;
margin-right:0px;
margin-top:-100px;
visibility:visible;
z-index:6;
opacity:0.80;
filter:alpha(opacity=80);
}

#title{
position: fixed;
left:100%;
top:10px;
height:107px;
width:486px;
margin-left:-486px;
margin-right:0px;
visibility:visible;
z-index:7;
}

#starsTop{
position: fixed;
left:50%;
top:0px;
background:url('../Assets/mike_top.png');
height:250px;
width:656px;
margin-left:-328px;
margin-right:328px;
visibility:visible;
z-index:2;
opacity:0.5;
filter:alpha(opacity=50);
}

#tab{
position: fixed;
left:50%;
top:100%;
height:57px;
width:35px;
margin-top:-50px;
margin-left:-338px;
margin-right:-293px;
visibility:visible;
z-index:2;
}


h2{
position: absolute;
left:50%;
margin-left:-328px;
margin-right:372px;
top: 180px;
width: 700px;
z-index:5;
}

#main{
position: absolute;
left:50%;
top: 229px;
background-color: transparent;
background-image:url('../Assets/pane.png');
background-repeat: repeat-y;
background-attachment: scroll;
min-height: 100%;
height:auto;
width:600px;
margin-left:-328px;
padding-top:28px;
padding-left:28px;
padding-right:28px;
/* total width = width + padding = 656px */
z-index:4;
}

object{
z-index:4;
}

a:active{
outline:none;
}

a:focus{
-moz-outline-style:none;
}