@charset "utf-8";
/* CSS Document */

body	{
		background-color: #000000;
		margin: 0px;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		
		}
#container	{
		width: 1273px;
		position: relative;
		top: 5px;
		}
#left	{
		background-image: url(images/bettiemenuleft.jpg);
		background-repeat: no-repeat;
		width: 311px;
		height: 503px;
		position: relative;
		float: left;
		}
#music	{
		position: relative;
		top: 482px;
		left: 0px;
		}
#right	{
		position: relative;
		float: right;
		}
#footer	{
		clear: both;
		position: relative;
		top: 10px;
		}
.foot	{
		text-align: center;
		}
		
/* Links */

#footer a:link	{
		color: #FFFFFF;
		}
#footer a:hover	{
		color: #FFFF00;
		}
#footer a:visited	{
		color: #FFFFFF;
		}
#footer	a:active	{
		color: #FFFFFF;
		}
#footer a img	{
		border: none;
		}
		
.roll	{
		position: relative;
		float: right;
		}
.facebook a, .twitter a, .myspace a	{
		display:block;
		float: left;
		width: 32px;
		height: 32px;
		padding: 0;
		font: bold 13px sans-serif;;
		color: #333;
		text-decoration: none;	
		margin: 8px 5px 0 0;
		}
.facebook a	{
		background: url(images/facebook_32_roll.png) 0 0 no-repeat;
		}
.twitter a	{
		background: url(images/twitter_32_roll.png) 0 0 no-repeat;
		}
.myspace a	{
		background: url(images/myspace_32_roll.png) 0 0 no-repeat;
		}
.roll a:hover { 
		background-position: 0 -32px;
		}
