body {
/*     background:#D1F631 url('images/background.jpg') repeat-x;  */
	background:#D1F631 url('images/bgScreen.jpg') top center repeat-y;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	text-align:center;
}

#background {
	position:absolute;
	background:url('images/background.jpg') repeat-x; 
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

#smokeContainer {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:165px;
    overflow:hidden;
}

#smoke {
    position:absolute;
    top:-100px;
    left:0px;
    height:366px;
    width:3630px;
}

#centerContainer {
	position:relative;
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
/* 	border:1px solid black; */
}

#top {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:165px;
/* 	border:1px solid black; */
}

#tree {
	position:absolute;
	left:585px;
	bottom:0px;
	width:71px;
	height:60px;
/* 	border:1px solid black; */
}

#logo {
	position:absolute;
	left:0px;
	bottom:0px;
	width:332px;
	height:150px;
/* 	border:1px solid black; */
}

#cloud {
	position:absolute;
	top:70px;
	left:200px;
	width:140px;
	height:65px;
	z-index:10;
	background:url('images/cloud2.png');
}

#emailAddress {
	position:absolute;
	bottom:-30px;
	right:0px;
	height:23px;
	width:167px;
	background:url('images/email.jpg');
}

#bgScreen {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background:url('images/bgScreen.jpg') top left repeat-y;
	overflow:hidden;
}

#contentContainer {
	position:absolute;
	left:0px;
	top:195px;
	width:800px;
	height:405px;
	background:url('images/swirlScreen.jpg') top left no-repeat;
/* 	border:1px solid black; */
}

#linkContainer {
	position:absolute;
	top:40px;
	left:88px;
	width:120px;
	text-align:left;
	padding-bottom:20px;
/*	border:1px solid black; */
}

.heading {
	font-family:century gothic, sans-serif;
	font-size:10px;
	color:#0069AB;
	font-weight:bold;
}

.heading a {
	font-family:century gothic, sans-serif;
	font-size:10px;
	color:#0069AB;
	text-decoration:none;
	font-weight:bold;
}
.heading a:hover {	
	text-decoration:underline;
}

.link a {	
	font-family:century gothic, sans-serif;
	font-size:10px;
	color:#0069AB;
	font-weight:normal;
	text-decoration:none;
	padding-left:5px;
}
.link a:hover {	
	text-decoration:underline;
}
#textContainer {
	position:absolute;
	top:40px;
	left:220px;
	width:340px;
/* 	height:100%; */
    font-family:century gothic, sans-serif;
    font-size:11px;
/*     color:#006AAD; */
    color:#000000;
    text-align:left;
/* 	border:1px solid black; */
}


#textContainer a {
    font-family:century gothic, sans-serif;
    font-size:11px;
    color:#006AAD;
	font-weight:bold;
	text-decoration:none;
}
#textContainer a:hover {
	text-decoration:underline;
}

#large_loading {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:300px;
}

#large {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	text-align:center;
	display:none;
	z-index:20;
}

#large_background {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color:#000000;
	overflow:hidden;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#largePreview {
	position:relative;
	top:-60px;
	width:695px;
	height:546px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background:#ffffff;
}

#returnLink {
	position:relative;
	top:-600px;
	margin-left:auto;
	margin-right:auto;
    font-family:century gothic, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#006AAD;
    cursor:pointer;
	text-align:center;
}

.col {
	float:left;
	width:170px;
}