body {
	color: #fff;
	background-color: #000;
	margin: 0px;
	font: 
}

p, font, table, td, div, span {
	font: normal 14px/18px arial, helvetica, sans-serif;
	color: #fff;
}

table.page-box {
	width: 700px;
	height: 500px;
	background: #243466 url(../images/page-bg.jpg);
	color: #fff;
	border: 1px solid #fff;
}

td.header {
	height: 147px;
}
td.content-side-left {
	width: 26px;
	height: 300px;
}
td.content-side-right {
	width: 24px;
	height: 300px;
}
td.content-box {
	width: 648px;
	height: 300px;
}
td.footer {
	height: 27px;
}

a:link, a:visited {
	color: #06f;
	text-decoration: none
}

a:hover {
	color: red;
	text-decoration: none
}
img { border: none; }

.copyright {
	text-align: center;
	font-size: 80%;
	color: #fff;
}
.copyright a:link, .copyright a:hover, .copyright a:visited, .copyright a:active {
	color: #fff;
}
