body {
	padding: 0px;
	margin: 0px;
	background-color: #0D0D11;
}
body, table, form, input, select, textarea {
        font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #B8D9FF;
}
a, a:visited, a:hover {
        font-size: 10px;
	color: #B8D9FF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 17px;
	color: #B8D9FF;
}
hr {
	height: 1px;
	color: #B8D9FF;
	background-color: #B8D9FF;
	border-style: none;
}

.table {
	width: 100%;
	height: 100%;
}
.head {
	height: 200px;
	background: url('bg_head.gif') repeat-x;
}
.logo {
	width: 100%;
	vertical-align: top;
	padding-top: 32px;
}
.body {
	height: 100%;
	text-align: center;
	vertical-align: top;
}
.foot {
	height: 75px;
	background: url('bg_footer.gif') repeat-x;
}
.screen {
	width: 33%;
	vertical-align: top;
}
.big, .litle {
	border: solid #7D7D7D 1px;
}
.litle {
	float: left;
	margin-right: 10px;
}