@charset "utf-8";
/* CSS Document */

	#container {
		width: 1000px;
		margin: auto;
		}
		
	#header {
		width: 1000px;
		height: 183px;
		background: url('../images/email/email_header.jpg') no-repeat #ccc;
		}
		
	#main {
		width: 1000px;
		padding: 10px;
		}
		
	#footer {
		width: 1000px;
		height: 102px;
		background: url('../images/email/email_bottom.jpg') no-repeat #ccc;
		}
