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

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.bg {
	background: #E2DED7 url(../images/main/line_bg.gif);	
}

img { 
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:focus, a:hover, a:active { outline:none } 

.clear {
	clear: both;	
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
}

* html #container {
	height: 100%;
}

#floater {
	position: relative;
	display: block;
	float:left; 
	width:100%;
	height:50%; 
	margin-bottom: -76px;
}

#content {
	position: relative;
	display: block;
	float:left; 
	width: 100%;
	height: 152px;
	border-width: 1px 0px;
	border-style: dashed;
	border-color: #A8A5A0;
}

	#sides {
		position: absolute;
		left: 0px;
		width: 100%;
		height: 148px;
		margin-top: 2px;
		background-color: #636057;
		z-index: 1;
	}
	
	#centerholder {
		position: relative;
		width: 605px;
		height: 152px;
		margin: 0px auto;
		background-color: #E2DED7;
		z-index: 100;
	}
	
		#center {
			position: relative;
			width: 599px;	
			height: 152px;
			margin: 0px auto;
			border-width: 0px 1px;
			border-style: dashed;
			border-color: #A8A5A0;
		}
		
			#img {
				position: relative;
				float: left;
				width: 180px;
				border-width: 0px 1px 0px 0px;
				border-style: dashed;
				border-color: #A8A5A0;
			}
			
				#img img {
					margin-left: 15px;	
				}
			
			#entercontent {
				position: relative;
				float: left;
				width: 415px;
				height: 152px;
			}
			
				#enter {
					position: relative;
					display: block;
					width: 255px;
					height: 34px;
					top: 25px;
					left: 15px;
					overflow: hidden;
				}
				
					#enter a:link img, #enter a:visited img {
						margin-top: 0px;
						border: 0px;	
					}
					
					#enter a:hover img {
						margin-top: -37px;	
					}
				
				#requirements {
					position: relative;
					top: 30px;
					left: 21px;
					width: 300px;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 12px;
					font-style: italic;
					font-weight: bold;
					color: #636057;
				}
				
				#logos {
					position: relative;
					float: left;
					top: 40px;
					left: 20px;
				}
				
					#logos img {
						float: left;
						margin-right: 5px;
						border: 0px;
					}
		#nogo {
			position: relative;
			top: 20px;
			left: 21px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			font-style: italic;
			font-weight: bold;
			color: #636057;
			text-align: left;
			visibilty: hidden;
			display: none;
		}
		
			#nogo a:link, #nogo a:visited {
				color: #303030;
			}
			
			#nogo a:hover {
				color: #636057;
			}
			
	#flashcontent {
		width: 100%;
		height: 100%;
	}	