body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: #202020;
	background-image:url(images/background.png);
	}
a:link, a:active, a:visited { 
	COLOR: #666;
	font-weight: bold; 
	text-decoration: none;
	}
a:hover {
	COLOR: #ffffff; 
	font-weight: bold;
	text-decoration: none;
	}
input, textarea {
	background: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	font-family: arial; 
	font-size: 10px; 
	color: #ffcc33;
	}	
b {
	font-size: 9.5px;
	font-weight: bold;
	font-family: arial;
	color: #ffffff;
	}
body, table, p {
	font-size: 9px;
	font-weight: 500;	
	font-family: arial;
	color: #cccccc;
	}
hr {
	height: 1px;
	color: cfc3b5;
	}
.submit{
	background: #2f261a;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	}
.counter {
	font-family: arial; 
	font-size: 9px; 
	color: #999999;
	}
.borders {
	border: 1px solid #666666;
	}
.content {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 31px;
	}
.entry_one {
	width: 100%;
	padding: 5px;
	margin: 0 0 10px 0;
	text-align: center;
	background-color: #2a2a2a;
	height: 165px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0.85;
	COLOR: #ccc;
	font-size: 10.5px;
	font-weight: 500;
	text-align:left;
	}
	.entry_one .bg {
		position: absolute;
		color: #666;
		width: 100%;
		z-index: -10;
		font-size: 120px;
		font-weight:bold;
		padding-top: 20px;
		text-align: center;
		opacity: 1;
		}
	.entry_one .fg {
		color: #555;
		width: 100%;
		font-size: 12px;
		font-weight: bold;
		padding-top: 135px;
		text-align: center;
		}
.entry {
	width: 100%;
	padding: 5px;
	margin: 0 0 10px 0;
	text-align: center;
	background-color: #2a2a2a;
	height: 165px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0.8;
	}
.entry:hover {
	background-color: #202020;
	opacity: 1;
	}
.button {
	background: #eee;
	height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 40px 3px 3px 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #666;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	line-height: 40px;
	}
.button:hover {
	background: #999;
	}
