@charset "UTF-8";
/* CSS Document */

@import url("reset-min.css");
@import url("layout.css");
@import url("typography.css");

html{ 
height:100%; 
} 

body{
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#f5f5f5;
	background: #fff url(images/pattern.gif) center top !important;
	background-repeat:repeat-y;
	
	text-align: center;
	min-width: 935px;
    height:100%; 
}

#wrapper{
	overflow:hidden;  /* simonS */
clear:both;
	background: #fff url(images/pattern.gif) center top !important;
	background-repeat:repeat-y;
	/* min-height:1010px;   simonS */
	/* height:100%;  simonS */
	margin:0px;
	padding:0px;
	
		
}

#contentsite{
	overflow:hidden; /* simonS */
position: relative;
	width: 935px;
	margin: 0 auto;
	text-align: left;
	
}


