@charset "utf-8";
/* CSS Document */
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}
body {
	background-image:url(images/background_tile.jpg);
	background-position:top;
	background-repeat:repeat;
}
.centered-box {
	width: 746px;
	height: 460px;
	left: 50%;
	top: 50%;
	margin-left: -373px;
	margin-top: -230px;
	position: fixed;
}

* html .centered-box { 
	position:absolute;
}
.centered-box2 {
	width: 775px;
	height: 594px;
	left: 50%;
	top: 50%;
	margin-left: -387.5px;
	margin-top: -297px;
	position: fixed;
}

* html .centered-box2 { 
	position:absolute;
}
.centered-box3 {
	width: 775px;
	height: 594px;
	left: 50%;
	top: 50%;
	margin-left: -387.5px;
	margin-top: -297px;
	position: fixed;
}

* html .centered-box3 { 
	position:absolute;
}
.centered-box4 {
	width: 775px;
	height: 600px;
	left: 50%;
	top: 50%;
	position: fixed;
}
.copystyle1 {
	color: #6ccff6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	width:737px;
	/*padding-left: 20px;
	padding-right: 20px;*/
}

.copystyle1 a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
        text-decoration: none;
}

.copystyle1 a:hover {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
        text-decoration: underline
}

.copystyle2 {
	color: #80ffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content_bucket {
	width: 739px;
	height: 355px;
	/*margin-left: 20px;*/
}
.content_bucket2 {
	width: 745px;
	height: 336px;
	margin-left: 20px;
}
.about_copy {
	color: #6ccff6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:19px;
	padding-left:16px;
	padding-right:7px;
}