/* @override 
	http://localhost:8888/MissWendysHouse/Wendy/CSS/Main.css
	http://localhost:8888/MissWendysHouse/Wendy/CSS/main.css
*/

body{
	background-color: #FFFF00;
	text-align: center;
}

#flashMain{
	width: 900px;
	height: 550px;
	margin: auto;
}

#footerMain{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 10pt;
	font-family: sans-serif;
}

#footerMain a:link{
	color: blue;
	text-decoration: none;
}

#footerMain a:visited{
	color: blue;
	text-decoration: none;
}

#footerMain a:hover{
	color: blue;
	text-decoration: underline;
}


#footerMainLeft{
	width: 50%;
	text-align: left;
	float: left;	
}

#footerMainRight{
	width: 50%;
	text-align: right;
	float: left;	
}


