#header {
	width: 100%;
	background-image: url(images/bg_05.jpg);
	background-repeat: repeat-x;
	height: 200px;
	}
html,body{
	height:100%;
	margin:0;
	padding:0;
	background-color: #f3ecbf;
}
#page{
    background:#F8F1E9;
    min-height:100%;
}
*html #page{
	height:100%;
	width: 100%;
	background-color: #f3ecbf;
	}

.content {
	align: center;
	width: 970px;
	background-color: #F3ECBF;
	
	
}

.content a img {
	width: 180px;
	height: 240px;
	padding: 1px;
	margin: 1px;
	}
#page-clear{
	clear:both;
	height:150px;
	background-color: #f3ecbf;

	}
#footer{
	height:150px;
	background-color: #F4EBC4;
	background-image: url(images/bg_02.jpg);
	background-position: bottom;
}
#InMsgText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #AE352F;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: top;
	text-align: center;
	text-indent: 4px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	line-height: 13px;
	height: 120px;
	}
