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

* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
	position:absolute;
	top:162px;
	left:404px;
	z-index:70;
	overflow:hidden;
	height: 128px;
	width: 445px;
}

#contA {
	position:absolute;
	top:68px;
	left:388px;
	z-index:70;
	overflow:hidden;
	height: 338px;
	width: 424px;
}

.box {
    margin: 0 auto;
    width: 400px;
    padding: 20px;
    background: white;
    padding-bottom:100px;
    font: 14px/2.2 Courier, Serif;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#apDiv1 {
	position:relative;
	width:379px;
	height:60px;
	z-index:2;
	visibility: visible;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
