@charset "utf-8";
<!--
/* CSS Document */

html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	background-color:#89C0D5;
}
#distance {
	margin-bottom: -250px; /* half of "content" height */
	background: none;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
}
#content {
	position: relative;   /* positions content on top of distance */
	height: 500px;         /* required - desired height */
	width: 770px;          /* required - desired width */
	margin: 0 auto;       /* required */
	padding:0;
	z-index:10;
}
#content img#ribbon{
	position: absolute; 
	top:-12px;
	left:-12px;
	height: 175px;   
	width: 176px;     
	margin: 0; 
	padding:0;
	z-index:15000;
}

/*------------------Main Elements-----------------*/

#main{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:20;
}
#footer{
	position:absolute;
	text-align:center;
	bottom:0;
	width:770px;
	height:80px;
	color:#2B80A3;
	overflow:hidden;
}
#footer a{
	color:#2B80A3;
	text-decoration:none;
}
#footer a:hover{
	color:#035F7F;
	text-decoration:line-through;
}
#footer span{
	display:block;
	margin-top:5px;
	font-size:11px;	
}
#FlashMain{
	position:fixed;
	top:0;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:1;
}
#flashBottle{
	background-color:transparent;
	z-index:1;
}

/*------------------END Main Elements-----------------*/

/*------------------Classes-----------------*/

.clearboth{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.clear{
	border:none;
}
.lower{
	position:relative;
	top:3px;
}
.low{
	position:relative;
	top:5px;
}

-->
