/* pepetech portfolio *************************************************************************************/
/* http://www.electronation.hu ****************************************************************************/

/******************************************************************************************************/
/* ALTALANOS
/******************************************************************************************************/
body{
	background-color:#000000;
	color:#B4B4B4;
}
#site{
	width:750px;   
	margin:10px auto 10px auto;
} 
#logo{
	height:50px;
}
#menu{
	background-image:url('../images/menu.jpg');
	clear:both;
	height:44px;
}
#small{
	background-image:url('../images/small_bg.png');
	clear:both;
	height:33px;
}
#online{
	float:left;
	width:370px;
} 
#login{
	float:right;
	width:370px;
}
#content{
	float: left;
	background-image: url('../images/content_bg.png');
	background-repeat: no-repeat;
	background-color: #070707;
}
.left_content, .right_content{
	margin: 0px 10px 0px 10px;
}
.left_content{
	float:left;
	width:550px;
}
.right_content{
	float:left;
	width:160px;
}
#content_footer{
	clear:both;
	background-image: url('../images/content_footer_bg.png');
	background-repeat: no-repeat;
	height:14px;
}
#footer{
	clear:both;
	background-image: url('../images/footer.png');
	height:100px;
}
.cim{
	background-image: url('../images/left_button.png');
	height:32px;
}
.cim_right{
	background-image: url('../images/right_button.png');
	height:32px;
}