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

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	overflow: hidden;
	margin: 0;
	padding:0;
	background-color: #191919;
	font-size:12px;
	color:#cccccc;
	font-family: arial;
	background-repeat:no-repeat;
	position:relative;
	}

.td {
	vertical-align:middle;
	align: center;
}

.copyright {
	color: #cccccc;
	font-size: xx-small;
	
}

.copyright a {
	color: #999999;
	font-size: xx-small;
	text-decoration: none;
}

.copyright a:hover{
	color: #999999;
	font-size: xx-small;
	text-decoration: underline;
}
a {
	color: #999999;
	text-decoration: none;
}

a:hover{
	color: #999999;
	text-decoration: underline;
}
h1{
font-size:9px; 
margin-bottom:-12px; 
color:#191919;
}

img {
border:0;
}