/* CSS Document */
body {
	background-color: #666666;
	background-image: url(images/background.jpg);
}

#content {
	position:absolute;
	width:554px;
	height:1300px;
	
	margin-top: 20px;
	margin-left: 300px;
	margin-right:auto;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
	
	z-index:1;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFCC00;
}

#animation {
	position:absolute;
	width:554px;
	height:300px;
	margin-top: 20px;
	margin-left: 300px;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
	z-index:2;
	top: 500px;
	left: 90px;
}
#cover {
	position:absolute;
	width:554px;
	height:800px;
	margin-top: 20px;
	margin-left: 300px;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;

}
#jargon {
	position:absolute;
	width:135px;
	height:135px;
	margin-top: 20px;
	margin-left: 300px;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
	z-index:4;
	top: 710px;
	left: 420px;
}


#cover h1 {
	text-align: center;
	color: #FFFFFF;
}
#cover h2 {
	text-align: center;
	color: #FF0000;
}
#cover h3 {
	text-align: center;
	font-weight: bolder;
	text-decoration: underline blink;
	font-size: large;
	color: #FFFFCC;
}
#cover h4{
	text-align:center;
	font-weight:bold;
	color: #FFFFFF;
	font-size: larger;
}
#cover a:link {
	color: #FF6600;
}
.footer {
	text-align:center;
	font-size: x-small;
}
.color {
	font-size: medium;
	color: #FFFFFF;
}
