﻿body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4C5844;
	font-family: Arial;
	cursor: default;
}

h1, h2, h3, h4, h5, h6 {margin-top: 0px;margin-left: 0px;margin-right: 0px;margin-bottom: 0px;}
img {border:0px;}
p {margin-top: 0px;margin-left: 0px;margin-right: 0px;margin-bottom: 0px;}
a {text-decoration:none;}
h1 {font-size:1em;}
h2 {font-size:0.9em;}


#header {
	width:100%;
	height:60px;
	background-image:url(steam.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#000000;
}

#case {
	overflow:hidden;
	position:relative;
	width:90%;
	min-height:600px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(cs.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color: #ffffff;
	border:2px #000000 solid;
}

#case #title {
	width:100%;
	margin-top:10px;
	text-align:center;
}

#info {
	float:left;
	overflow:hidden;
	position:relative;
	width:350px;
	margin-top:20px;
	margin-left:50px;
	font-size:0.8em;
}

#maps {
	float:right;
	overflow:hidden;
	position:relative;
	width:270px;
	margin-top:20px;
	margin-right:50px;
	font-size:0.8em;
}

#maps #cs{float:left;width:130px;}
#maps #de{float:left;width:130px;}

#hyperlinks {
	width:270px;
	height:90px;
	border:1px lime solid;
}