@charset "UTF-8";
body {
	background-color: #262626;
	margin: 0px;
	background-image: url(../img/design/logo_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size: 14px;
}
.table {
	margin: 10px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
.table td {
	padding: 3px;
	margin: 3px;
}
.site {
	height: 700px;
	width: 500px;
}
