html {  
	margin:0; 
	padding:0; 
	background: url(../image/bg.jpg) no-repeat center center fixed;  
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
} 

body {
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
#container {
	margin-top: 0px;
	margin-left: 0px;
	width: 180px;
	text-align: left;
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	/* background-color: #ffffff; */
	/* border: 10px solid #012702; */

}
.code {
	font-size: 0.5em;
	padding: 8px;
	background-color: #000;
	text-align: left;
	color: #000000;
	font-family: Verdana;
	font-style: normal;
	margin-bottom: 5px;
}
.code:hover {
	background-color: #555;
}

#credit {
	position: fixed;
	bottom: 8px;
	right: 8px;
	float: right;
	font-size: 10px; /*font-family: Verdana;*/
	background-color: #eeeeee; /* border: 10px solid #012702; */
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	text-wrap: avoid;
	padding: 5px;
}