body
{
	background-image: url(images/layout/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#000033
	background-attachment: scroll;
	padding: 0px;
	margin: 0px;
}

.main_text {
	color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.main_text a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.main_text a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.main_text a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.main_text a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.over_profile {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
