@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: normal;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
.hipnotic #container {
	width: 82%;  /* this will create a container 80% of the browser width */
	height: 100%;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.hipnotic #mainContent {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:10;
	color:#9999cc;
	background: #000000;
}
.hipnotic a:link {
font-size:10;
color: #9999cc;
}
 
.hipnotic a:hover {
font-size:10;
color:9999cc;
}
 
.hipnotic a:visited {
font-size:10;
color: #6666CC;
}

.hipnotic a:active {
font-size:10;
color: #9999cc;
}

 .hipnotic #mainContent h1 { font-family: Book Antiqua, Arial, Helvetica, sans-serif;
 font-size:36px}

 .hipnotic #mainContent h2 { font-family:Book Antiqua, Arial, Helvetica, sans-serif;
 font-size:30px}

 .hipnotic #mainContent h3 { font-family: Arial, Helvetica, sans-serif;
 font-size:18px}

.hipnotic #footer { 
	/*padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
.hipnotic #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.copyright {
font-size:9px;
color: #9999cc;
}

h1
{ font-size:14px;
color:#333399:
}