/* pepetech portfolio *************************************************************************************/
/* http://www.electronation.hu ****************************************************************************/

/******************************************************************************************************/
/* MAIN ***********************************************************************************************/
/******************************************************************************************************/
body { background: #0D3B5D url('img/bg.png') center top fixed; margin: 0px; font: 14px Georgia, "Times New Roman", Times, serif, serif; color: #0D395A; }
#site{ width: 950px; margin-left: auto;	margin-right: auto; }
#top_menu{ background: url('img/top_menu_bg.png'); height: 50px; clear: both; }
#header{ background: url('img/header_bg.png'); height: 250px; clear: both; }
#content{ background: #FFFFFF url('img/content_bg.png') repeat-y; float: left;}
#content_left{ background: #d8f4da url('img/content_left_bg.png') repeat-x; width: 583px; float: left; padding: 10px; }
#content_right{ background: url('img/content_right_bg.png') repeat-y; width: 327px; float: left; padding: 10px; }
#footer{ clear: both; background: url('img/header_bg.png'); height: 50px; text-align: center; }
