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


body {
	margin:0px; padding:0px;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:80%;
	color:#CCC;
	background-image:url(../gfx/gradientBG.jpg);
	background-repeat:no-repeat;
	background-color: #333333;
}


#content {

	outline:none; 

}

#header {
	margin-bottom:20px;
}

#alterContent {
	border: 0px solid #CCCC66;
	width:800px;
	text-align:left;
	margin: 0 auto;
	margin-top: 20px;	

}


a {
	text-decoration: underline;
	color: #CCC;
	outline: none;		
}
a:link { }
a:visited {	}
a:active { }
a:hover { text-decoration: none; }

#footer {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top:60px;
}
