@charset "utf-8";
/* CSS Document */

body {
	background: url(images/background.gif);
}
img {
	border-style: none;
}
div.menu_button, div.menu_button a {
	position: relative;
	width: 159px;
	height: 42px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background: url(images/bsa-button-002.png);
	display: block;
	text-align: center;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	
	line-height: 35px;
}
div.menu_button a:hover {
	background: url(images/bsa-button-white-002.png);
	color: #000000;
}
hr.menu_line {
	width: 158px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 3px;
}
p.main_text {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
#centered_frame {
	position: relative;
	width: 935px;
	height: 740px;
	padding: 0px;
	margin: auto;
	top: 1px;
	border:#555555 solid 1px;
	background: #ffffff;
}
#menu, #skyscraper {
	position: absolute;
	height: 600px;
	padding: 0px;
	top: 104px;
}
#menu {
	left: 4px;	
	width: 160px;
}
#skyscraper {
	right: 1px;	
	width: 120px;
	border:#555555 solid 1px;
}

#combi_ad {
	position: absolute;
	width: 120px;
	height: 240px;
	padding: 0px;
	bottom: 0px;
	left: 20px;
}


#logo, #copyright {
	position: absolute;
	width: 935px;
	padding: 0px;
	left: 0px;
	border: none;
}
#logo {
	height: 103px;
	top: 0px;
	background: url(images/bsa-logo.png);
}
#copyright {
	height: 32px;
	bottom: 0px;
	background: url(images/bsa-copyright.png);
	border-top: 1px #555555 solid;
}
#main {
	position: absolute;
	width: 640px;
	padding: 0px;
	left: 166px;
	height: 602px;
	top: 104px;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
}
#game, #description {
	position: absolute;
	width: 640px;
	padding: 0px;
	left: 0px;
}
#game {
	width: 640px;
	height: 480px;
	left: 0px;
	top: 0px;
	background: #000000;
	border-bottom: 1px #999999 solid;
}
#description {
	width: 634px;
	height: 118px;
	left: 3px;
	top: 483px;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #191919;
}



div.tutorial {
	position:relative;
	float:left;
	margin-left:3px;
	margin-top:0px;
	padding:1px;
	text-align:center;
	border:1px solid #666666;
	width:100px;
	height:170px;
}
p.tutorial_link, p.tutorial_link a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	margin-left: 1px;
	margin-right: 1px;
}