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

body {
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: silver;
	background:#313131;
}
p {
    text-align: center;
}
a:link {
	color: silver;
}
a:visited {
	color: silver;
}
a:hover {
	color: gray;
	text-decoration:none;
}
a:active {
	color: silver;
}
img {
	border:none;
}
a img {
	border:none;
}
input {
	border:none;
	background:#999;	
}
textarea {
	border:none;
	background:#999;	
}
#bg-logo {
	height:40px;
	background:url('images/bg-logo.png') repeat-x;	
}
#center {
    margin-left: auto;
    margin-right: auto;
    width: 512px;
    max-width:100%;
}
.links {
	width:auto;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: silver;
}

.links a:link {
    color: silver;
    text-decoration: underline;
}

.links a:visited {
    color: silver;
    text-decoration: underline;
}

.links a:hover {
    color: gray;
    text-decoration: underline;
}