/* pepetech portfolio *************************************************************************************/
/* http://www.electronation.hu ****************************************************************************/

/******************************************************************************************************/
/* MAIN ***********************************************************************************************/
/******************************************************************************************************/
body {
	background: #000000;
	color: #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	
}
.offline {
	color: red;
}
.cornerlink {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	}
.cornerlink a:hover {
	background: none;
	}
.cornerlink a img {
	border: none;
	}

#site{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#top{
	width: 720px;
	height: 62px;
	clear: both;
	background: url('../img/top.jpg');
}
#header{
	clear: both;
}
#header_left{
       background: #000000;
	width: 183px;
	height: 246px;
	float: left;
	padding: 10px 0px 0px 0px;
}
#header_right{
	width: 557px;
	height: 30px;
	float: left;
	background: url('../img/header.jpg');
	padding: 226px 0px 0px 0px;
	text-align: center;
}
#content{
	clear: both;
}
#content_left{
	width: 171px;
	float: left;
	padding: 5px;
}
#content_right{
	width: 100%;
	float: left;
	padding: 5px;
	
}

#map {
    width: 851px;
    height: 700px;
    background-image: url('../worldmap.png');
    align: center;
}

#footer{
       width: 850px;
	height: 50px;
	background: url('../img/footer.jpg');
	clear: both;
}
#footer_left{
	width: 250px;
	float: left;
	text-align: left;
	padding: 17px 0px 0px 20px;
}
#footer_right{
	width: 560px;
	float: left;
	text-align: center;
	padding: 17px 0px 0px 0px;
}
#admin{
	text-align: center;
	clear: both;
}
