﻿body
{
	color: silver;
	background-color: #383838;
	background-image: url('img/c.jpg');
	background-repeat:no-repeat;
	background-attachment: fixed;
	font-size: 13px;
	font-family: Verdana;
}
a
{
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

#menu
{
	padding-top: 10px;
	border-right-style: none;
	border-color: #555555;
	border-width: 1px;
	border-top-style: none;
	padding-right: 8px;
	width: 140px;
	padding-left: 8px;
}

#menu a
{
	text-decoration: underline;
	
	
}

#main
{
	padding-top: 10px;
	padding-left: 18px;
	width: 800px;
	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	background-color: #151515;
	
}

#mtable
{
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #555555;
}

#footer
{
	background-color: #222222;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #555555;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #555555;
}
