@charset "utf-8";
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}




#wrapper {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 250px;
	line-height: 50px;
	font-size: 24px;
}
#fimed {
	background-color: #993300;
	height: 150px;
	color: #FFFFFF;
	font-size: 100px;
	font-weight: normal;
	padding-top: 0px;
	line-height: 150px;
}
body {
	background-image: url(pics/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
