@charset "utf-8";

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#kontti {
	width: 748px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
#logo {
	width: 175px;
	height: 130px;
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}
ul#linkit {
	height: 130px;
	float: left;
	list-style-type: none;
	margin-top: 35px;
	margin-left: 40px;
}
ul#linkit li {
	display: block;
	float: left;
	margin-left: 25px;
}
ul#linkit li.games a {
	display: block;
	float: left;
	width: 86px;
	height: 68px;
	background-image:url(images/games.jpg);
	background-repeat: no-repeat;
}
ul#linkit li.videos a {
	display: block;
	float: left;
	width: 86px;
	height: 68px;
	background-image:url(images/videos.jpg);
	background-repeat: no-repeat;
}
ul#linkit li.software a {
	display: block;
	float: left;
	width: 86px;
	height: 68px;
	background-image:url(images/software.jpg);
	background-repeat: no-repeat;
}
ul#linkit li.games a:hover {
	display: block;
	float: left;
	width: 86px;
	height: 68px;
	background-image:url(images/games_hover.jpg);
	background-repeat: no-repeat;
}
ul#linkit li.videos a:hover {
	display: block;
	float: left;
	width: 86px;
	height: 68px;
	background-image:url(images/videos_hover.jpg);
	background-repeat: no-repeat;
}
ul#linkit li.software a:hover {
	display: block;
	float: left;
	width: 86px;
	height: 68px;
	background-image:url(images/software_hover.png);
	background-repeat: no-repeat;
}
ul#linkit li.games.home a {
	display: block;
	float: left;
	width: 86px;
	height: 68px;
	background-image:url(images/games_hover.jpg);
	background-repeat: no-repeat;
}
ul#linkit li.videos.home a {
	display: block;
	float: left;
	width: 86px;
	height: 68px;
	background-image:url(images/videos_hover.jpg);
	background-repeat: no-repeat;
}
ul#linkit li.software.home a {
	display: block;
	float: left;
	width: 86px;
	height: 68px;
	background-image:url(images/software_hover.png);
	background-repeat: no-repeat;
}
#top {
	width: 748px;
	height: 24px;
	background-image:url(images/top.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 708px;
	height: auto;
	background-image:url(images/mid.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 20px;
	line-height: 21px;
}
#bottom {
	width: 748px;
	height: 26px;
	background-image:url(images/bottom.png);
	background-repeat: no-repeat;
}
.clear {
	clear: both;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #6AC623;
	font-weight: normal;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 25px;
}
ul#info {
	list-style-type: none;
	padding-left: 15px;
}
ul#info li {
	background-image: url(images/accept.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	line-height: 21px;
	background-image: url(images/info.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
}
strong {
	font-weight: bold;
	color: #6AC623;
}
a img {
	border: none;
}
