/* Dreamweb Labs */

@font-face { font-family: BentonSans; src: url('../font/BentonSans-Medium.otf'); }
@font-face { font-family: BentonSans; src: url('../font/BentonSans-Bold.otf'); font-weight: bold; } 
@font-face { font-family: BentonSans; src: url('../font/BentonSans-Regular.otf'); font-weight: lighter; }

body {
	background: #123741;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrap {
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -130px 0 0 -300px;
}

#logo {
	float: left;
}

#logo h1 {
	width: 300px;
	height: 260px;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat 72px center;
	margin: auto;
}

#items {
	float: left;
	padding: 30px 0 20px 40px;
	border-left: 1px solid #0E5660;
	text-align: center;
}

#items img {
	border: 7px solid #00D3DE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}

#items a {
	color: #00D2DE;
	text-decoration: none;
	opacity: 0.5;
	-webkit-transition: all 0.25s linear;
	font-size: 20px;
	font-family: BentonSans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;

}

#items a span {
	color: #088590;
	font-size: 12px;
}

#items a:hover {
	text-decoration: none;
	opacity: 0.99;
}

#items a:active {
	position: relative;
	top: 1px;
}

.clear {
	clear: both;
}