@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color:#000;
}
#text {
	margin: 0 auto;
	width:1024px;
	height:708px;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;

}
img {
	border-right: solid #999 thin;
	border-bottom: solid #999 thin;
	border-left: solid #999 thin;
}

img.logo {
	border: solid #444 10px;
	
}

p {
	font-size: 1.2em;
	line-height: 1.5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;	
	padding: 2em 5em 5em 5em;
}

a:link {
	color: none;
	text-decoration: none;
}
a:visited {
	font: Verdana, Arial, Helvetica, sans-serif 3em/3.5em;
	text-decoration: none;
	color: #999;
}
a:hover {
	font: Verdana, Arial, Helvetica, sans-serif 3em/3.5em;
	text-decoration: none;
	color: #F00;
}
a:active {
	font: Verdana, Arial, Helvetica, sans-serif 3em/3.5em;
	text-decoration: none;
	color: #999;
}