body, div, h1, h2, h3, h4, h5, p, a, ul, ol, li, table, td, th{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: transparent;
}

html {
height: 100%;
}

body {
		background-color: #fff;
		font-size:12px;
		height: 100%;
}

ul{  
	width:226px;
	margin:0;
	padding:0;
	list-style-type:none;
}

li{
	width:226px;
	height:144px;
}

a {
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	color:#000000;
}

.menu{
	color:#999999;
}

#container{
	margin-left: auto; 
	margin-right: auto; 
	width: 827px; 
	/*margin-top:20px;
	margin-bottom:20px;*/
	
}

#content{
	width:827px; 
	height:438px; 
	margin:0; 
	padding:0;
	background: #ffffff url('../images/bg.jpg') no-repeat top left;
}

#footer{
	width:827px; 
	text-align:right; 
	padding-right:0px; 
	margin-right:0px;
	margin:0;
}

#lfooter{
	padding-left:3px;
    padding-top:18px;
	float:left;
}

#rfooter{
	float:right;
}

#menu{
    padding-top:30px;
	width:750px;
	margin:0;
	text-align:right;
}

#bt1 a{
    float:right;
    display:block;
    height:144px;
	width:226px;
	background: transparent url('../images/bt1.jpg') no-repeat 0 0;
}

#bt2 a{
    margin-top:12px;
    float:right;
    display:block;
    height:144px;
	width:226px;
	background: transparent url('../images/bt2.jpg') no-repeat 0 0;
}

#bt3 a{
    margin-top:12px;
    float:right;
    display:block;
    height:144px;
	width:226px;
	background: transparent url('../images/bt3.jpg') no-repeat 0 0;
}

#bt1 a:hover, #bt2 a:hover, #bt3 a:hover{
    height:144px;
	width:226px;
	background-position: -226px 0;
}

