@charset "utf-8";
/* CSS For Internal Pages */

.container {
	width: 733px; min-height: 350px;
	position: relative;
	padding-bottom: 24px;
	background: url(images/content-bg-2.png) repeat-y;
	background-image: url(images/content-bg-2.png);
}
.container .bottom {
	width: 733px; height: 24px;
	position: absolute; bottom: 0px; left: 0px; 
	background: url(images/content-bot-2.gif) no-repeat;
}
.container .content {
	width: 700px;
	margin: 0px auto;
}
