@charset "utf-8";

body {
	background-image: url(images/Wallpaper.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {  
	border-style: none;
}

#logo {
	height: 114px;
	width: 154px;
	border: 7px solid #0066FF;
	position: absolute;
}

#text {
	height: 99px;
	background-color: #FFFFFF;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	margin-left: 168px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
	padding-left: 28px;
	padding-top: 15px;
	width: 252px;
	padding-right: 19px;
	clear: right;
	position: absolute;
}

#inner_wrapper {
	position: absolute;
	left: 50%;
	margin-left: -237px;
	margin-top: -64px;
	height: 128px;
	width: 417px;

}

#outer_wrapper {
	position: absolute;
	overflow: visible;
	width: 100%;
	top: 50%;
}

a {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}