/* CSS Document */
	
	#header {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	#header h1 {
		font-size: 50px;
	}
	
	#datop {
		font-size: 50px;
	}
	
	.topleft {
		float: left;
		margin: 0px 0px 0px 10px;
		text-align: center;
		position: fixed;
		top: 0;
	}
	
	.topmiddle {
		width: 300px;
		margin: 0 auto;
		text-align: center;
		position: fixed;
		top: 0;
		left: 50%;
		margin-left: -150px;
		}

	.topmiddle2 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-top: 131px;
		}
		
	.bottommiddle {
		width: 300px;
		margin: 0 auto;
		text-align: center;
		position: fixed;
		bottom: 0;
		left: 50%;
		margin-left: -150px;
		}
	
	.topright {
		float: right;
		margin: 0px 10px 0px 0px;
		text-align: center;
		position: fixed;
		top: 0;
		right:  0;
		}
	
	.bottomright {
		float: right;
		margin: 0px 10px 0px 0px;
		text-align: center;
		position: fixed;
		bottom: 0;
		right:  0;
		}
	
	.bottomleft {
		float: left;
		margin: 0px 0px 0px 10px;
		text-align: center;
		position: fixed;
		bottom: 0px;
		}
	
	.imagebox {
		float: left;
		margin: 10px 0px 10px 10px;
		}
	
	.imagebox1 {
	float: left;
	margin: 0px 0px 0px 10px;
	position:fixed;
	z-index:2;
	top: 0px;
	left: 0px;
	}
	
	.imagebox2 {
	float: right;
	margin: 0px 10px 0px 0px;
	position:fixed;
	z-index:2;
	top: 0px;
	right: 0px;
	}
	
	#everything {
	margin-top: 0px;
	}
	
	.hort {
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	
	line-height: 1;
	}

	a:link, a:visited {
	color: black;
	font-family: arial black; monospace;
	font-size: 50px;
	font-style: normal;
	font-weight:bold;
	text-transform: none;
	text-decoration: none;
	
	line-height: 1;
	
	}
	
	a:hover {
	color: black;
	font-family: arial black; monospace;
	font-size: 50px;
	font-weight:bold;
	font-style: normal;
	color: none;
	text-transform: none;
	text-decoration: none;
	
	line-height: 1;
	}
	
	.text a:link, .text a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	
	line-height: 1;
	}
	
	.text a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	
	line-height: 1;
		
	}
