/* Generic Selectors */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"helvetica";
	font-size: 16px;
	color: #FFFFFF;	
	background-position: top center;	
	background-color: #000000;
	background-image: url('background.jpg'); 
	background-repeat: repeat-y;
}

p {
	width: 100%;
}

li {
	list-style-type: square;
	line-height: 150%;
}

h1 {
	font-family:"helvetica";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/*************************  ID's *************************/
/*  Container  */
#container{	
	width: 800px;
	margin: auto;
	border: none;
	background: #000000;
}

#content {
	width: 800px;
	height: auto;	
	padding-left: 0px;
	padding-top: 0px;
	border: 0px solid #ffffff;
	z-index: 1;
}

#ebay 
{
	position: absolute;
	width: 176px;
	height: 87px;
	margin-left: 624px;
	border: 0px solid red;
	z-index: 2;
}

#footer {
	width: 800px;
	height: auto;	
	padding-left: 0px;
	padding-top: 10px;
	border: 0px solid #ffffff;
	z-index: 1;
}

/*************************  Pseudo classes *************************/
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:visited { 
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: rgb(0, 96, 255);
	padding-bottom: 0px;
	font-weight: bold;
	text-decoration: underline;
}  
a:active { 
	color: rgb(255, 0, 102);
	font-weight: bold; 
} 

a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:visited { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.footer:hover {
	color: rgb(0, 96, 255);
	padding-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}  

a.footer:active { 
	color: rgb(255, 0, 102);
	font-weight: bold; 
} 

/*************************  Text classes *************************/
p.footer {
	font-size: 14px;
	text-align: center;
}

h3.about {
	color: #FF0000;
}

p.main {
	font-family:"helvetica";
	font-size: 18px;
	color: #FFFFFF;	
}

div.event{
	text-align: center;
}