html,body{
margin:0;
padding:0;
}

body{
font: 76% arial,sans-serif;
text-align:center;
background-color:#000
}
	
p{margin:0 10px 10px}

a{
display:block;
color: #981793;
padding:10px;
}
	
  
div#container{text-align:left}


div#footer{
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	height:51px;
}

div#footer p{
margin:0;
padding:5px 10px;
}

div#container{
width:1200px;
margin:0 auto;
}

div#wrapper{
width:1200px;
height:796px;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
}

div#content{
float:left;
width:225px;
height:796px;
margin-top:0px;

}
	
div#footer{
clear:both;
width:100%;
text-align:center;
color:#CCC
}

#postit{
width:232px;
float:left;
height:225px;
border-top:150px;
display:inline;
}

#menu{
width:225px;
float:left;
height:796px;
}

#fiesta{
height: 100px;
width: 225px;
overflow: hidden;
background: url(images/fiesta1.png) top left no-repeat;
display: block;
padding:0px;
float:left;
}
#fiesta:hover{
background: url(images/fiesta2.png) top left no-repeat;
}

#jtv{
height: 100px;
width: 225px;
overflow: hidden;
background: url(images/jtv1.png) top left no-repeat;
display: block;
padding:0px;
float:left;
}
#jtv:hover{
background: url(images/jtv2.png) top left no-repeat;
}

#youtube{
height: 100px;
width: 225px;
overflow: hidden;
background: url(images/youtube1.png) top left no-repeat;
display: block;
padding:0px;
float:left;
}
#youtube:hover{
background: url(images/youtube2.png) top left no-repeat;
}

#twitter{
height: 100px;
width: 225px;
overflow: hidden;
background: url(images/twitter1.png) top left no-repeat;
display: block;
padding:0px;
float:left;
}
#twitter:hover{
background: url(images/twitter2.png) top left no-repeat;
}

#blog{
height: 100px;
width: 225px;
overflow: hidden;
background: url(images/blog1.png) top left no-repeat;
display: block;
padding:0px;
float:left;
}
#blog:hover{
background: url(images/blog2.png) top left no-repeat;
}

#facebook{
height: 100px;
width: 225px;
overflow: hidden;
background: url(images/facebook1.png) top left no-repeat;
display: block;
padding:0px;
float:left;
}
#facebook:hover{
background: url(images/facebook2.png) top left no-repeat;
}

#myspace{
height: 100px;
width: 225px;
overflow: hidden;
background: url(images/myspace1.png) top left no-repeat;
display: block;
padding:0px;
float:left;
}
#myspace:hover{
background: url(images/myspace2.png) top left no-repeat;
}

#ning{
height: 100px;
width: 225px;
overflow: hidden;
background: url(images/ning1.png) top left no-repeat;
display: block;
padding:0px;
float:left;
}
#ning:hover{
background: url(images/ning2.png) top left no-repeat;
}

