/* - - - - - - - - - - - - - - - - - - - - - - - - - - */




/* THE ROOKIE WAS HERE!!!!!!!!!!!!!!!!!!!!!!!!!!! DICK MONTANA IS STUPID!!!!!!!!!!!!!!!!!!!!! */





/* - - - - - - - - - - - - - - - - - - - - - - - - - - */








/* ----- CSS ----- */

*{
margin: 0 auto;
padding:0px;
font-family: Courier;

}

body{
text-align: center;
font-size: 62.5%;
background-color: #000;
}

/* ----- IDS ----- */

#container{
 background: url(images/background.jpg) no-repeat;
position: relative;
width: 800px;
height: 665px;
text-align: left;
}	
#primaryContent{
position: relative;
padding: 200px 0 0 355px;
}	

/* ---- images ---- */

.officialblog {
position: relative;
margin: 30px 0 0 56px;
}

.virb {
position: relative;
top: 115px;
left: -115px;
}

.myspace {
position: relative;
top: 130px;
left: 65px;
}




/* ----- PARAGRAPHS ----- */

.news {
position: relative;
top: 171px;
left: -170px;
width: 466px;
height: 65px;
overflow: auto;
}

p{
color: #000;
font-size: 12px;
font-family: Courier;
text-align: left;

}


/* ----- LINKS ----- */

a{
color: #000;
text-decoration: underline;
border-bottom:;
}
a:hover{
color: #000;
text-decoration: none;
}
a:visited, a:active, a:focus{
color: #000;
}