BODY{MARGIN-LEFT: 0px;MARGIN-RIGHT: 0px;MARGIN-TOP: 0px;MARGIN-BOTTOM: 0px;BACKGROUND-COLOR: #00008B;}

.container {
	width: 700px;
	margin: 0 auto;
	position: relative;
}

#content {
	margin: 0px;
	width: 700px;
	background-image: url("images/main_bg.jpg");
}

#footer {
	width: 700px;
	height: 32px;
	background-image: url("images/Footer.gif");
}

.clear {
	clear: both;
}

h1 {
	margin: 0px;
	padding-top: 40px;
	padding-left: 250px;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	size: 6;
	color: #FF0000;
}

p {
	padding-left: 55px;
	padding-right: 55px;
	background: clear;
	COLOR: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	size: 5;
}

h2 {
	margin:0px auto 5px 0px;
	color:#FF0000;
	font-weight:bold;
	font-size:x-large;
}

.tag {
	color:#000000;
	font-size:medium;
	margin:0px auto 0px 0px;
}

#footer_wrapper	{
	background-color:#FFFF00;
	opacity:1.00;
	filter:alpha(opacity=100);
	bottom:-150px;/*should be bigger than height*/
	clear:both;
	font-size:11px;
	height:115px;
	margin:auto;
	padding:10px;
	position:fixed;
	right:0;
	width:100%;
	z-index:1000;
}

#closeButton {
	position:absolute;
	top:10px;
	right:10px;
	clear:both;
}