body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.png) repeat-x #f82894;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}
#container {
	width: 885px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(../images/bg_top_3.jpg) no-repeat; 
	padding: 0 10px 0 20px; 
	height: 284px;	
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#mainContent {
	height: 360px;
	padding: 0;
	position:relative;
}
#photoFrame1{
	position: absolute;
	left: 13px;
	top: -46px;
	background: url(../images/frame_01.png);
	height: 287px;
	width: 213px;
	z-index: 2;
	cursor: pointer;
}
#photoFrame2{
	position: absolute;
	left: 226px;
	top: -46px;
	background: url(../images/frame_02.png);
	height: 287px;
	width: 213px;
	z-index: 2;
	cursor: pointer;
}
#photoFrame3{
	position: absolute;
	left: 436px;
	top: -46px;
	background: url(../images/frame_03.png);
	height: 287px;
	width: 213px;
	z-index: 2;
	cursor: pointer;
}
#photoFrame4{
	position: absolute;
	left: 649px;
	top: -46px;
	background: url(../images/frame_04.png);
	height: 287px;
	width: 213px;
	z-index: 2;
	cursor: pointer;
}
#photo01{
	position: absolute;
	left: 15px;
	top: -44px;
	z-index: 1;
}
#photo02{
	position: absolute;
	left: 228px;
	top: -44px;
	z-index: 1;
}
#photo03{
	position: absolute;
	left: 438px;
	top: -44px;
	z-index: 1;
}
#photo04{
	position: absolute;
	left: 651px;
	top: -44px;
	z-index: 1;
}
#footer {
	padding: 0;
	font-size: 9pt;
	text-align:center;
	margin-bottom: 20px;
}
#footer p {
	margin: 0;
	padding: 0;
}
a{
	color: #FFFFFF;
}
