/*  
Theme Name: BEST Torino
Theme URL: http://www.bestorino.com
Description: Theme of BEST Torino website.
Author: Thomas Ykman

	Copyright (c) Thomas Ykman.
*/


/* General
---------------------------------------------------------------------------------*/
* {padding: 0; margin: 0;} 

body {
	background: #333333 url(img/center-bg.jpg) repeat-y center top;
	width: 100%;
	display: table;
}


/* header
---------------------------------------------------------------------------------*/
#header {
	/*background: #333333 url(img/header-bg.jpg) no-repeat left top;*/
	height: 530px;
	width: 1024px;
	margin: 0 auto;
	position: relative;
}


/* center
---------------------------------------------------------------------------------*/
#center {
	width: 1024px;
	height: 100%; 
	margin: 0 auto; 
	position: relative;
	padding: 0 0 0px;
}

#content {
	width: 514px;
	float: left;
	position: relative;
	z-index: 5;
	padding: 0px 0 10px 140px;  /* top, right, bottom, left */
}

#sidebar {
	width: 210px;
	float: right;
	padding-right: 10px;
	position: relative;
	z-index: 4;
	overflow: hidden;
	padding: 0px 140px 10px 0px;  /* top, right, bottom, left */
}


/* footer
---------------------------------------------------------------------------------*/
#footer-wrap { 
	background: url(img/bottom-bg.jpg) repeat-x;
	width: 100%; 
	height: 183px;
	clear: both;
}

#footer { 
	background: url(img/footer-bg.jpg) no-repeat center top;
	width: 1024px;
	height: 183px;
	margin: 0 auto; 
}



