@charset "utf-8";
/* CSS Document */

* { margin: 0;
	padding: 0;
	}
	
	/*Background Color*/
body {background-image:url(images/backgroundrepeat.jpg);
background-repeat:repeat-x, repeat-y;}


/*Content Wrap For Website*/  
#wrapper {width:1001px;
	height:auto;
	overflow:show;
	margin-left: auto;
	margin-right: auto;
	padding-top:39px;

	text-align:left;}

