body {
    background-color: #000000;
	background: url('images/bg.png');
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: Courier New;
	padding: 0px;
}

p {
	font-size: 8px;
}

img {
	border: none;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.frame {
	background-color: #0066FF;
	background-image: url('images/framebg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
	border: 1px #00FFFF double;
}

.frame p {
	font-size: 12px;
}

.navbar {
	text-align: center;
	border-top: 1px #00FFFF dashed;
	border-bottom: 1px #00FFFF dashed;

.footer {
	border-top: 1px #00FFFF dashed;
	text-align: center;
}
