@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0px;
	padding: 0px;
}

#content {
	position:relative;
	height:786px;
	width:873px;
	margin: 0px auto;
	margin-top:55px;
}
#content #contact {
	position:absolute;
	top:0px;
	left:900px;
}
#content #main {
	background-image:url(images/moon.jpg);
	background-repeat:no-repeat;
	background-position:0px 113px;
}

#content #images {
	position:relative;
	margin-top:-673px;
	margin-left:443px;
	width:430px;
	height:430px;
	overflow:hidden;
}
#content #images img {
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
}

.overlay {
	z-index:200;
	display:none;
}
