/* pepetech portfolio *************************************************************************************/
/* http://www.electronation.hu ****************************************************************************/

/******************************************************************************************************/
/* MAIN ***********************************************************************************************/
/******************************************************************************************************/
body{ 
	font-family: Arial,sans-serif;
	background: #222222;
	color: #cc9966;
	font-size:12px;
	font-family: Arial;
}
#site{
	width: 380px;   
	margin-left: auto;
	margin-top: 50px;
	margin-right: auto;
}
#header{
	clear: both;
	height: 40px;
	background: url('images/header.png');
}
#content{
	clear: both;
	background: url('images/bg.png');
	background-repeat: repeat-y;
}
#footer{
	clear: both;
	height: 10px;
	background: url('images/footer.png');
	margin-bottom: 10px;
}
#infopanel{
	border: 3px #cc9966 dashed;
	padding:10px 10px 10px 10px;
}
#copy{
	padding-top: 10px;
	text-align: center;
}