body {
	background-color: #000;
}
#container {
	background-color: #000;
	background-image: url(../home.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 983px;	
}
.body {
    font-family: 'TrebuchetMSBold';
	color: #C4C5C7;
	font-size: 11pt;
	text-decoration: none;
}
.body-roze {
    font-family: 'TrebuchetMSBold';
	color: #B00065;
	font-size: 11pt;
	text-decoration: none;
}
a:link {
	color: #C4C5C7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C4C5C7;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #C4C5C7;
}