/* CSS Document */

body {
	background-color: #000;
/*	background-image: url(bg.jpg);
	background-repeat: repeat;*/
	text-align: center;
	margin-top: 50px;
	color: #fff;
}
a {
	color: #CCC;
}
a:visited {
	color: #CCC;
}