body {
	color: #ff4b16;
	font-size: 13px;
	
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	text-shadow: #dfdfdf 1px 1px 0px;
	
	padding: 20px 0 40px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dashed black;
}

h1 {

	font-weight: normal;
	text-align: center;
}

.main
{
	position: relative;

	width: 960px;
	margin: 0px auto;
	
}


#companyname
{
	position: absolute;	
	top: 194px;
	left: 320px;


	font-size: 60px;	
}

#weareon {
	position: absolute;	
	top: 125px;
	left: 616px;

	width: 150px;
	height: 133px;


	background: white url(../images/weareon.png);
	margin-bottom: 20px;
}

#weareon #social_icons_container
{
	position: absolute;	
	top: -23px;
	left: 150px;
	
	width: 300px;
}

#hire {
	position: absolute;	
	top: 250px;
	left: 175px;

	background: white url(../images/hire.png);
	margin-bottom: 20px;
	
	width: 141px;
	height: 142px;
}

#hire #hireintrodution
{
	width: 400px;

	position: absolute;	
	top: 145px;
	left: -30px;	
}

#products {

	position: absolute;	
	top: 297px;
	left: 615px;

	background: white url(../images/products.png);
	margin-bottom: 20px;
	
	width: 58px;
	height: 232px;
}

#products #games_icons_container {
	position: absolute;	
	top: 195px;
	left: 65px;
	
	width: 400px;		
}

/*
#products #seabattleinfo{


	position: absolute;	
	top: -60px;
	left: 169px;
	
	width: 40px;
	height: 55px;
	background: white url(../images/tr-bl-smallline.png);	
			
}
*/


#tl-br-line {
	position: absolute;	
	top: 296px;
	left: 82px;		
	
	background: white url(../images/tl-br-line.png);
	margin-bottom: 20px;
	
	width: 56px;
	height: 115px;
}

#tl-br-line #hirecomment
{
	position: absolute;	
	top: -40px;
	left: -154px;	
	
	width: 350px;
	
	text-align: center;
}

.icons {
	float: left;	
	margin: 2px;
	
	max-width: 80px;
	max-height: 80px;
}

#announcement  
{
	position: absolute;	
	top: 20px;
	left: -35px;


	font-size: 12px;	
/* 	text-shadow: #000 1px 1px 0px; */
		
/* 	width: 280px;	 */
	
	padding: 12px;
}

.boxstyle
{
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 5px 5px inset;
/* 	background: lightgray; */
	border: solid #A5AFB5;
	border-bottom-left-radius: 7px 7px;
	border-bottom-left-radius: 7px 7px;
	border-bottom-right-radius: 7px 7px;
	border-bottom-right-radius: 7px 7px;
	border-top-left-radius: 7px 7px;
	border-top-left-radius: 7px 7px;
	border-top-right-radius: 7px 7px;
	border-top-right-radius: 7px 7px;
	clear: both;
}
