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

body { 
	background-color: #048576; 
	text-align: center;
	font-family: Century Gothic, Lucida Grande, Lucida Sans, Verdana;
	color: #048576;
}
#main {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;  
}
#container {
	background-color:#FFFFFF;
	width:820px;
	height:359px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -179px; /*set to a negative number 1/2 of your height*/
	margin-left: -410px; /*set to a negative number 1/2 of your width*/
	position: relative;
}
.cornerBoxInner {
	padding: 10px;
	position: relative;
}
h1 {
	color: #048576;
	font-family: Tahoma, Geneva, sans-serif;
}
a:link {
	color: #048576;
	test-decoration: underline;
}
a:hover {
	background-color: #048576;
	color: #FFFFFF;
	text-decoraion: none;
}
a:visited {
	color: #048576;
	font-style: italic;
	test-decoration: underline;
}
.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('corners.png') no-repeat;
	font-size: 0%;
}
.TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.TR {
	top: 0;
	right: 0;
	background-position: -10px 0;
}
.BL {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}
.BR {
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}