@charset "utf-8";
/* CSS Document */

/* Body of the document */
html, body {
	margin: 0;
	padding: 0;
	
}

/* Header */
#Header_l{
	height: 75px;
	width: 375px;
	background-image: url(../Images/header.jpg);
}

#Header_r{
	height: 75px;
	background-image: url(../Images/Header_r.gif);
}
	
/* Main content container */
#Container {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	text-align: center;
}
