body{
	margin:0px;
	padding:0px;
	background-color:#EBEBEB;
	background-image:url(../img/bg_body.gif);
	background-repeat:no-repeat;
	}
	
.holder{
	width:850px;
	position:absolute;
	top:0;
	left:0;
	}

a:link {
	color: #00B4AC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00B4AC;
}
a:hover {
	text-decoration: none;
	color: #652F8E;
}
a:active {
	text-decoration: none;
	color: #00B4AC;
}