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

body 
{
	background-color: #1f1b1a;
	
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(../images/bg.jpg);

	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:10px;
	color:#fff;
	margin:0px;
	text-align:center;
	line-height:20px;

}

.pa
{
display:none;
}
#container
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#top
{
	height:200px;
	width:800px;
	float:left;
	
}


#middle
{
	float:left;
	width:800px;
	height:131;
	text-align:center;
	
}


#spacer
{
	width:300px;
	height:131px;
	float:left;
	background-image:url(../images/1.gif);

}

#bb
{
	
	width:130px;
	height:131px;
	float:left;
	
}

#ja
{
	width:139px;
	height:131px;
	float:left;
}
#tt
{
	width:131px;
	height:131px;
	float:left;
}

#bottom
{
	height:63px;
	width:800px;
	float:left;
	
}

#footer
{
	height:59px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footerbg.gif);
	background-repeat:no-repeat;
	float:left;
	
}



#footer a
{
	text-decoration:none;
	color:#FFCC00;
}

#footer a:hover
{
	text-decoration: underline;
	color:#FFCC00;
}




.clear
{
	clear:both;
}

.
