/* -- background -- */
html,body {
	margin: 0 auto;
	padding: 0;
	background-image: url('../images/tausta_pallo.png');
	background-repeat: repeat-x;
	background-color: #161616;
	width: 1024px;
	}

/* -- center */
#center {
	background-image: url('../images/tuokio_logo.png');
	background-repeat: no-repeat;
	background-position: center 40px;
	margin: 0 auto;
	padding: 0;
	height: 800px;
}

#gamecontainer {
	position: relative;
	width: 1024px;
	height: 500px;
	margin: 0 auto;	
}

#mediacontainer {
	width: 334px;
	height: 50px;
	text-align:center;	
}

* html #center {
height: 400px;
}

#raidingco {
	float: left;
	background-image: url('../images/raiding_company.png');
	background-repeat: no-repeat;
	background-position: 0;
	width: 334px;
	height: 421px;
	margin: 150px 0 0 10px;
	padding:0;
}

#racing {
	float: left;
	background-image: url('../images/bvsb.png');
	background-repeat: no-repeat;
	background-position: 0;
	width: 334px;
	height: 421px;
	margin: 150px 0 0 0px;
	padding:0;
}

#opera {
	float: left;
	background-image: url('../images/king_of_opera.png');
	background-repeat: no-repeat;
	background-position: 0;
	width: 334px;
	height: 421px;
	margin: 150px 0 0 0px;
	padding:0;
}

#raidingcolink {
	background-image: url('../images/raidingcolink.png');
	background-repeat: no-repeat;
	padding: 0;
	margin: 428px 0 0 24px;
	width: 295px;
	height: 48px;
	background-position: 0 0;
}

#raidingcolink:hover {
	background-position: 0 -48px;
}

#raidingcolink:active {
	background-position: 0 -96px;
}

#racinglink {
	background-image: url('../images/racinglink.png');
	background-repeat: no-repeat;
	padding: 0;
	margin: 428px 0 0 7px;
	width: 295px;
	height: 48px;
	background-position: 0 0;
}

#racinglink:hover {
	background-position: 0 -48px;
}

#racinglink:active {
	background-position: 0 -96px;
}

#operalink {
	background-image: url('../images/operalink.png');
	background-repeat: no-repeat;
	padding: 0;
	margin: 428px 0 0 55px;
	width: 220px;
	height: 48px;
	background-position: 0 0;
}

#operalink:hover {
	background-position: 0 -48px;
}

#operalink:active {
	background-position: 0 -96px;
}

#medialink {
	padding: 2px;
	opacity:0.4;
	filter:alpha(opacity=40);
}

#medialink:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

#medialink:active {
	opacity:1;
	filter:alpha(opacity=100);
}

/* -- image -- */
img {
	border: none;
}


/* -- paragraph -- */
p {
	text-align: center;
	line-height: 1.6em;
	color: #fff;
	margin: 240px 0 0 0;
	padding: 5px 30px 5px 30px;
	font-family: verdana;
	font-size: 0.8em;
	}
	
/* -- links -- */
a:link {
	text-decoration: none;
	color: #ffbc1f;
	}
a:visited {
	text-decoration: none;
	color: #ffbc1f;
	}
a:hover {
	text-decoration: underline;
	color: #ffbc1f;
	}
a:active {
	text-decoration: underline;
	color: #ffbc1f;
	}