a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}
a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:active {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
}
.flash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: blink;
}
.bacground1 {
	background-image: url(index/liquid-cover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #000000;
	background-attachment: scroll;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
}
.bacground2 {

	background-attachment: scroll;
	background-image: url(index/liquid-cover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #000000;
}
.bacground3 {


	background-attachment: scroll;
	background-image: url(index/liquid-cover.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #666666;
}
.title {
	font-size: 20px;
	font-weight: bolder;
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
}
.form-bacground {



	background-attachment: scroll;
	background-image: url(glass-back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
}
* {margin: 0; padding: 0;}

html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #fff;
	height: 100%;
	background: #000;
}

#background {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: #000;
	width: 100%;
    height: 100%;
	overflow: hidden;
}

#main{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	display: block;
	background:url(blank.gif);
}

#flashcontent {
    height: 100%;
	width: 100%;
}

#flash_alt {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	width: 100%;
	background:url(flash_alt.jpg) center center no-repeat;
}
