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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg.jpg) repeat-y top center;
	margin: 10px auto;
	padding: 0;
	color: #000;
}

#container { 
	width: 960px;
	background: #000;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #fff;
}
#nav{
	width: 960px;
	background:url(../images/navbg.jpg);
	height: 56px;
}
#leftmain { 
    float:left;
	background:url(../images/maingraphic.jpg) no-repeat;
	height:414px;
	width:639px;
	margin: 0;
	padding: 0;
} 
#submain { 
    float:left;
	background:url(../images/subgraphicbg.jpg) no-repeat;
	height:414px;
	width:619px;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	margin: 0; 
	overflow:scroll;
}
#right {
	float: left;
	height:414px;
	width: 321px;
}
#twitterbg{
	background:url(../images/twitterbg.jpg) no-repeat;
	height:367px;
	width: 321px;
	font-size:11px;
	}	
#twitter{
	padding:40px 10px 10px 10px;
	}
#twitterlink{
	height:47px;
	width:321px;
	}
#midcontent{
	color:white;
	font-size:12px;
	width:940px;
	background-color:#000;
	padding: 10px;
	}
#store {
	float:left;
	background-color:#000;
	width: 960px;
}
#footer{
	color:#FFF;
	font-size:11px;
	padding-top: 10px;
	text-align:center;
	float:left;
	height:77px;
	width:960px;
	background:url(../images/footerbg.jpg) no-repeat;
	}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link img{
	border: none;
}
a:visited img{
	border: none;
}
a:link {
	word-spacing: 0px;
	text-decoration: none;
	color:#FFF;
}
a:visited {
	text-decoration: none;
	color:#CCC;
}
a:active {
	color:#FFF;
}