@charset "utf-8";
body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#SubMain {
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-image: url(images/subpage_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#main {
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-image: url(images/Pixel4web_bg.jpg);
	height: 750px;
}
#CineButtonDiv {
	position: absolute;
	left: 0px;
	top: 361px;
}
#PhotoButtonDiv {
	position: absolute;
	top: 600px;
	right: 0px;
}
#ContactButtonDiv {
	position: absolute;
	top: 20px;
	left: 930px;
}
#EquipmentButtonDiv {
	position: absolute;
	left: 930px;
	top: 75px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
