@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

body {background: url(../images/body/background.jpg) center 130px repeat-x;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #505050;}
		
		body.home {background: url(../images/body/background.jpg) center 130px repeat-x;}
		
/* Container *********************************/

#Container {
	margin: 0 auto;
	padding: 0;
	width: 900px;}
	
/* Header *************************************/

#Header {
	float: left; 
	width: 100%;}
