html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
background-color:#000000;
color:#FFFFFF;
font-family:Helvetica;
}

html>body .container {
height: auto;
}

.container {
width: 720px;
align: center;
position: relative;
display: block;
padding:1px 1px 1px 1px;
}

.side {
float:right;
padding: 0px, 0px, 0px, 0px;
margin:0px 0px 0px 0px;
display:block;
}

.footer {
background-color:#000000;
border-color:#CCCCCC;
border-style:dotted;
border-width: 0 0 0 0;
font:Helvetica;
font-size:11px;
color:#CCCCCC;
float:left;
padding: 10px 0px 20px 0px;
width:720px;
position: relative;
bottom: 0px;
display:block;
}

a.footer, a.footer:link, a.footer:visited {
	text-decoration: none;
	color: #fff;
	border-color: #999999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	}
	
a.footer:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000000;
	border-color: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0px 0px 0px 0px;
	}
	
a.footer_link, a.footer_link:link, a.footer_link:visited  {
	text-decoration: none;
	color: #CCCCCC;
	border-width: 0 0 0px 0;
	border-style: none none none none;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	}

a.footer_link:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
	border-color: #999999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0px 0px 0px 0px;
	}
	
.style1 {
	font-size: 14px;
	font-weight: bold;
}

a:active, a:visited, a:link { 
color: #FFF;
font-weight:bold;
text-decoration:none; 
border-color: #fff;
border-width: 0 0 1px 0;
border-style: none none solid none;  
} 

a:hover { 
color:#FFF; 
font-weight:bold;
text-decoration:none; 
border-color: #fff;
border-width: 0 0 1px 0;
border-style: none none dotted none;
} 