@charset "UTF-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td, #page {
    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%;
}
/*--above are full background img--*/

#page{
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 70;
}
/*----------top nav*/
#topNav{
	background: url(links/topNavBg.png) no-repeat 0 0;
	width: 978px;
	height: 139px;
}
#topNav ul{
	list-style: none;
	/*float: right;*/
	width: 600px;
}
#topNav ul li{
	float: left;
	font-family: arial, sans-serif;
	font-weight: lighter;
	font-size: 70%;
	color: #CCC;
	padding: 10px 10px 0 10px;
}
#topNav ul li a{
	color: #CCC;
	text-decoration: none;
}
/*-------------------*/
.box{
	margin: 100px auto;
	width: 310px;
	padding: 50px;
	padding-bottom: 100px;
	font: 14px/2.2 arial, Serif;
}
.contactBox{
	margin: 0 auto;
	width: 300px;
	padding: 50px;
	padding-bottom: 100px;
	font: 12px/2.2 arial, Serif;
	color: #ffffff;
}