body {
	background : white;
	padding : 0;
	margin : 0;
	min-width : 940px;
}
ul {
	margin-top : 0;
}
h1 {
	color : #736357;
	padding : 100px 0px 0px 180px;
	text-align : left;
}
a {
	color : #736357;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
p { 
	margin-top : 10px;
}
#MainLayer {
	position : relative;
	margin-left : auto;
	margin-right : auto;
	width : 940px;
	text-align : justify;
	color : #CC3333;
	font-family : Verdana, sans-serif;
	font-size : 80%;
}
#Header {
	background : url(./Gtop.jpg) no-repeat bottom left;
	min-height : 224px;
}
#MainText {
	background : url(./Gbottom.jpg) no-repeat top left;
	min-height : 53px;
}
#Movie {
	text-align : center;
}
#SubText {
	background : url(./C.jpg) no-repeat bottom right;
	min-height : 400px;
	margin-top : 10px;
}
#MainText, #SubText {
	padding: 1px 180px 0px 180px;
}
#Footer {
	text-align : center;
	padding: 5px;
	font-size : 90%;
	height : 50px;
}
#Movie, #Copyright, #Contact {
	color : #736357;
	font-size : 80%;
}
#Copyright, #Contact {
	padding : 8px 140px 0 140px;
}
#Copyright {
	text-align : left;
	float : left;
}
#Contact { 
	text-align : right;
	float : right;
}

