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

*{
margin:0;
padding:0;
}

#wrapper{
	width:900px;
	height:auto;
	margin:0 auto;
	position:relative;
	}

#homeline {
	position:absolute;
	left:11px;
	top:356px;
	width:609px;
	height:204px;
	z-index:5;
}
a:link {
	color: #2715A9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2715A9;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #2715A9;
}