/* pepetech portfolio *************************************************************************************/
/* http://www.electronation.hu ****************************************************************************/

/******************************************************************************************************/
/* MAIN ***********************************************************************************************/
/******************************************************************************************************/
body {
	background: #232323;
	color: #CCCCCC;
	font-family: Arial;
	font-size: 11px;
}
.cornerlink {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	}
.cornerlink a:hover {
	background: none;
	}
.cornerlink a img {
	border: none;
	}

#site{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}
#top{
	width: 720px;
	height: 62px;
	clear: both;
	background: url('../img/top.jpg');
}
#header{
	clear: both;
}
#header_left{
	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: 547px;
	float: left;
	padding: 5px;
}
#footer{
	height: 50px;
	background: url('../img/footer.jpg');
	clear: both;
}
#footer_left{
	width: 191px;
	float: left;
	text-align: left;
	padding: 17px 0px 0px 20px;
}
#footer_right{
	width: 507px;
	float: left;
	text-align: right;
	padding: 17px 0px 0px 0px;
}
#admin{
	text-align: center;
	clear: both;
}