* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #fff;
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	overflow: hidden;
}

#page {
	width: 500px;
}

#page p {
	font-size: 1.25em;
	text-align: justify;
}

#top {
	background: #000;
	height: 30px;
	position: relative;
}

#menu {
	bottom: 2px;
	float: left;
	margin-left: 20px;
	position: absolute;
}
#menu li {
	display: inline;
}
#menu li a {
	color: #fff;
	display: block;
	float: left;
	font-size: 2em;
	margin-right: 20px;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}

#logo {
	bottom: 2px;
	color: #fff;
	font-size: 2em;
	position: absolute;
	right: 20px;
}

#designer {
	height: 450px;
	list-style: none;
	margin: 30px auto;
	width: 450px;
}

.dropspot {
	background: #fff;
	border: 5px solid #000;
	float: left;
	margin: 0 1px 1px 0;
}

.s1x1v, .s1x2v, .s1x3v, .s1x4v, .s1x5v {
	float: none;
	margin: 0 !important;
	margin-bottom: 1px !important;
}

.s1x1 {
	height: 439px;
	width: 439px;
}

.s2x2, .s1x2h, .s1x2v {
	height: 214px;
	width: 214px;
}

.s3x3, .s1x3h, .s1x3v, .s1x4h, .s1x5h {
	height: 139px;
	width: 139px;
}

.s4x4, .s1x4v {
	height: 101px;
	width: 101px;
}

.s5x5, .s1x5v {
	height: 79px;
	width: 79px;
}

#intro {
	background: #fff;
	border: 5px solid #000;
	height: 119px;
	left: 50%;
	margin: -153px 0 0 -270px;
	opacity: 0.9;
	filter: alpha(opacity  = 90);
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 500px;
}

#intro p {
	font-size: 1.2em;
	text-align: justify;
}

#guide {
	width: 500px;
}

#guide h1 {
	margin-bottom: 10px;
}

#guideH {
	text-align: left;
	width: 200px;
}

#guideH a img {
	margin: 2px;
}

#sendButton,
#restartButton {
	border: 5px solid #000;
	bottom: 150px;
	color: #000;
	font-family: 'Arial', sans-serif;
	font-size: 2em;
	padding: 5px;
	position: absolute;
	right: 50px;
	text-decoration: none;
}

#restartButton {
	right: 150px !important;
}

div.film {
	background: #000;
	bottom: 0;
	overflow: auto;
	position: absolute;
	width: 100%;
}

ul.film {
	display: block;
	list-style: none;
	padding: 5px;
}

ul.film li {
	display: block;
	float: left;
	margin: 5px 2.5px 5px 2.5px;
}

ul.film img {
	border: none;
}

#slideshow {
	margin: 25px 0;
}

#slideshow img {
	left: 50% !important;
}

#gallery {
	overflow: auto;
	height: 95%;
	width: 100%;
}

#gallery img {
	cursor: pointer;
	margin: 0 1px 1px 0;
}

#gallery .gallery_1x1 {
	border: 5px solid #000;
}

#gallery .gallery_s {
	margin: 50px;
}

#gallery .gallery_h {
	margin: 0 50px 50px 20px;
}

#gallery_splash {
	margin: 25px auto;
	overflow: auto;
	width: 820px;
}

#gallery_splash img {
	border: none !important;
	float: left;
}

#gallery_splash #all {
	margin-right: 10px;
}

#gallery_splash #horizontal {
	margin-bottom: 10px;
}

#photo_title {
	font-size: 2em;
	margin-top: 5px;
	text-align: center;
}

.clear {
	clear: both;
}