body {

	font-family: helvetica, arial;
	font-size: 12px;
	
	}
	
img {
	
	border: 0;
	
	}
	
a {
	
	color: black;
	font-weight: bold;
	text-decoration: none;
	
	}
	
a:hover {

	text-decoration: underline;
		
	}

#horizon {

	margin: 50px;
	
	}

#menu {

	position: relative;
	
	width: 760px;
	
	text-align: right;
	
	margin: 0px auto;

	}
	
#menu img {

	border: 0;
	margin: 6px;
	
	}
	
#menu #items {

	margin: 0 6px;

	}
          
#content {

	position: relative;

	width: 760px;
	height: 460px;
	
	margin: 0px auto;
	
	background: url(../images/shadow.jpg) no-repeat center center;
	
	}
	
#content #intro {

	width: 750px;
	height: 450px;
	
	padding: 5px;

	background: url(../images/introduction.jpg) no-repeat center center;

	}
	
#content #intro #text {

	position: absolute;
	left: 360px;
	top: 100px;
	
	width: 350px;
	
	line-height: 18px;
	
	color: #444444;
	
	}
	
#content #background {

	width: 750px;
	height: 450px;
	
	padding: 5px;

	background: url(../images/background.jpg) no-repeat center center;

	}
	
#content #background #text {

	position: absolute;
	left: 32px;
	top: 150px;
	
	width: 350px;
	
	line-height: 18px;
	
	color: #444444;
	
	}
	
#content #originality {

	width: 750px;
	height: 450px;
	
	padding: 5px;

	background: url(../images/originality.jpg) no-repeat center center;

	}
	
#content #originality #text {

	position: absolute;
	left: 330px;
	top: 150px;
	
	width: 350px;
	
	line-height: 18px;
	
	color: #FFF;
	
	}
	
#content #index {

	width: 750px;
	height: 450px;
	
	padding: 5px;

	background: url(../images/index.jpg) no-repeat center center;

	}

.spacer {

	margin: 118px 0 0 0;
	
	}
	
#footer {

	position: relative;
	
	width: 760px;
	
	text-align: right;
	
	margin: 0px auto;

	}
	
#footer #stuff {

	margin: 0 6px;
	
	}
	
#gallery img {

	margin: 6px;
	
	}
	
#gallery {
	
	width: 750px;
	height: 450px;
	
	padding: 15px;
	
	}
	
body.popup {

	margin: 0;
	padding: 0;
	
	text-align: center;
	
	}
	
#hidden {

	width: 0px;
	height: 0px;
	
	color: white;
	
	overflow: hidden;
	
	}
