/* CoverStyle.css */
/* stylesheet for MyCirco.com cover page */
/* Frankie Bailey, 10/27/2009 */


*{ 
	margin:0; /* removes auto white margin space around page */
	/* padding:0;  Block all browser default margins and padding */ 	
}


body{
  	background-color:#5a90cf; /* med blue */
}

a:link{color:white;} 
a:visited{color:#fbe831; /* yellow */
	outline-style:none;
}

a:hover{color:#ef156e; /* pink magenta */}


#wrapper{
	position:relative;
	margin:auto;
	
}

p.festival{
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	z-index:1;
}


	
p.main{
	position:absolute;
	width:300px;
	margin-top:140px;
	margin-left:300px;
	color:#fbe831; /* yellow */
	font-family:Arial,Helvetica,sans-serif;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	z-index:2;
}

p.author{
	position:absolute;
	width:150px;
	margin-top:325px;
	margin-left:400px;
	color:#fbe831; /* yellow */
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:right;
	z-index:2;
}


 #footer{ 
	height:20px; 
	width:100%;
	clear: both;  /* prevents footer from floating into other elements */
	position:relative;
	top:600px;	
}


	
p.credits{ 
	font-size:8pt;
	text-align:center;
}



