body {
	background: #000000 url(../img/bg-body.jpg) center center repeat-y;
	background-position: 0px -400px;
	background-attachment: fixed;
	margin: 0;
	color: #ffffff;
	font-family: "times new roman", helvetica, arial, sans-serif;
	text-shadow: #000000 0px 1px 2px;
	font-size: 15px;
	line-height: 1.5;
}

#page  {
	width: 980px;
	/*background: url(../img/bg.jpg) repeat-y;*/
	margin: auto;
	padding: 50px 0 0 0;
	text-align: center;
}

a {
	color: #8fadb7;
	text-decoration: none;
}

.title {
	color: #ffffff;
}

p.annoucement  {
	font-size: 18px;
	text-transform: uppercase;
}

p.player  {
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
}

p.tour  {
	font-size: 15px;
	padding: 10px 0 0 0;
}

p.links  {
	font-size: 15px;
	padding: 10px 0 0 0;
}

p.footer {
	margin: 20px 0 20px 0 ;
	font-size: 11px;
	color: #ffffff;
	text-shadow: #000000 0px 2px 2px;
}