body {
     width: 100%;
     height: 600px;
     margin: 0px;
     padding: 0px;
     background:#fff url(teens-like-it-big-net-backg.jpg) repeat-y left;
     background-position: center top;
     color: #FFFFFF;
     font-family: "trebuchet MS",sans-serif;
     font-size: 14px;

}
ul {list-style-type: none; margin: 0px; padding: 0px;}
li {margin: 0px; margin-bottom: 5px; margin-left: 3px; padding: 0px;}

h1 {font-size: 18px; font-weight: bold; color: #eee; text-align: center}
h2  {font-size: 16px; font-weight: bold; color: #eee; text-align: center}
img {border-color:#FF5DA2}

a {color: #FF5DA2; border-color:#FF5DA2 }
a:hover{color: #eee;}

p.st { font-size: 18px; font-weight: bold; text-align: center;}



#header {

     width: 826px;
     height: 120px;
     margin: auto;

}

#conatiner{

     width: 826px;
     overflow: hidden;
     height: auto;
     margin: auto;
     background: #000 url(teens-like-it-big-net-grad.jpg) no-repeat;
     background-position: center top;
}



#header img { border: none;}
#left {

       float: left;
       width: 600px;
       padding: 10px;
       }
#right { 

       float: right;
       width: 180px;
       padding: 10px;
}
		
#footer {
        position: relative;
        width: 790px;
        height: 30px;
        margin: auto;
        padding: 10px;
        text-align: center;
        color: #FF0F75;
}

