#computer{
position:absolute;
z-index:1;
width:750px;
top:400px;
}

#skate{
position:absolute;
top:50px;
width:750px;
z-index:0;
}

#ebay{
position:absolute;
height:90px;
top:270px;
width:720px;
background-color:#e09c5f;
padding: 15px;
}


body {
    background-color:black;
    background-image: url(../images/bg.png);
    background-repeat: repeat-x;
    background-attachment:fixed;
    line-height: 150%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
#navigation{
position:absolute;
top:0;
margin-left:200px;
}


h1 {
    line-height:30px;
    color: white;
    font-size: 25px;
  }


h2 {
    color: purple;
    margin-top: 25px;
    font-size: 19px;
  }


h3 {
    color:green;
    font-size: 17px;
    margin-bottom: -9px;
    margin-top: 25px;
  }


emp {
    color:purple;
    font-weight:bold;
  }


hr {
    width:500px;
  }


#headersk, #headercom,#footersk, #footercom, #body {
    padding-top: 15px;
    padding-bottom:15px;
  }


dd#link{ position:absolute; top: 20px; left: 0px; }
dd#link a{ position: absolute; width: 280px; height: 90px; text-decoration: none; }
dd#link a span{ display: none; }

#headersk {
    color:black;
    background-image: url(../images/main-head.png);
    background-repeat: no-repeat;
    height: 27px;
    padding-top: 107px;
    padding-right: 30px;
  }
  
#headersk p, #headercom p, #headerebay p{
	color:black;
	width:350px;
	font-size:16px;
	position:absolute;
	top:0;
	left:53%;
	}


#headersk a:link, #headercom a:link, #headersk a:visited, #headercom a:visited {
	color:black;
  }


#headersk a:hover, #headercom a:hover {
    color:yellow;
  }

#headercom{
    color:black;
    background-image: url(../images/comp-head.png);
    background-repeat: no-repeat;
    height: 27px;
    padding-top: 107px;
    padding-right: 30px;
}

#headerebay{
   padding-top:107px;
   padding-right: 30px;
}

#footersk {
    background-image: url(../images/footersk.png);
    background-repeat: no-repeat;
    line-height:12px;
    height:90px;
    text-align:center;
    font-size:10px;
    color:green;
  }

#footercom {
    background-image: url(../images/footercom.png);
    background-repeat: no-repeat;
    line-height:12px;
    height:90px;
    text-align:center;
    font-size:10px;
    color:green;
  }
