/* Yleiset */

body {
	/* värimärittelyt yms. */
	color: black;
	background-color: rgb(48, 50, 55);
	background-image: url(img/background.png);
	background-repeat: repeat;
	font-family: verdana, arial, courier, serif;
	font-size: small;
	/* valkoiset reunat pois */
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Divit */

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#header {
	background-image: url(img/header.png);
	width: inherit;
	height: 160px;
}

#intro {
	width: 830px;
	padding-top: 20px;
	margin-left: 78px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: silver;
	border: solid;
	border-width: 1px;
	border-color: black;
}

#mainhoods {
	background-image: url(img/bodybg.png);
	background-repeat: repeat-y;
	width: inherit;
}

#footer {
	background-image: url(img/footer.png);
	height: 49px;
}

#break {
	clear: both;
}

/* Classit */

.game {
	width: 830px;
	padding-top: 20px;
	margin-left: 78px;
	padding: 10px;
}

.heading {
	width: 830px;
	margin-left: 82px;
	padding: 5px;
	background-color: rgb(20, 20, 20);
	color: silver;
	font-size: xx-large;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: rgb(60, 60, 60);
}

.details {
	width: 302px;
	float: left;
	margin-right: 10px;
	color: white;
}

.description {
	background-color: rgb(130, 130, 130);
	width: 475px;
	float: left;
	padding: 20px;
	border: solid;
	border-width: 1px;
	border-color: rgb(150, 150, 0);
}

.bigshot {
	background-color: rgb(10, 10, 10);
	width: inherit;
	height: 171px;
	margin-bottom: 10px;
	border: solid;
	border-width: 1px;
	border-color: rgb(150, 150, 0);
}

.links {
	background-color: rgb(30, 30, 30);
	width: 302px;
	float: left;
	border: solid;
	border-width: 1px;
	border-color: rgb(150, 150, 0);
	color: silver;
}

/* Muut */

a {
	color: white;
}