body,td,th {

	color: #929192;
	vertical-align: top;
	position: relative;
}
body {
	background-color: #0c0c0c;
	margin: 0;
        background-image: url(imagesback/background.jpg);
        background-repeat: no-repeat;
}

/*Links formatting*/

.hover a:hover {
	text-decoration: underline;
}

a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #cc3333;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

/*End Links formatting*/


.wrap {
	height: 100%;
	width: 100%;
}



.mainarea {
	width: 950px;
        height: 700px;
	margin-bottom: 0px;
	margin-top: 200px;
	margin-left: 20px;
}


