body {
	width: 940px;
	height: 480px;
	background: #cccccc;
	font-family:Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;
	color: #dbdbdb;
	font-size: 16px;
}
a.bl:link, a.bl:visited, a.bi:link, a.bi:visited { color: #ccc; text-decoration: none; font-weight: normal; }
a.bl:hover { color: #ccc; text-decoration: none; }
a.bl:active { color: #111111; }
a:link, a:visited { color: #ccc; text-decoration: none; font-weight: bold; }
a:hover, a.bi:hover { color: #d9d9d9; text-decoration: underline; }
a:active, a.bi:active { color: #bebebe; }
#wrapper {
	position: absolute;
	width: 940px;
	height: 480px;
	left: 50%;
	top: 50%;
	margin-left: -470px;
	margin-top: -240px;
	line-height: 1.2;
}
.zyber {
	font-size: 60px;
	font-weight: 100;
	padding-top: 80px;
}
.design {
	color: #64cbb1;
}
.square {
	position: relative;
	height: 280px;
	width: 280px;
	background: #000000;
	background: rgba(0,0,0,0.7);
}
#top {
	text-align: center;
}
#middle {
	margin-left: 330px;
	margin-top: -180px;
	text-align: right;
}
#bottom {
	margin-left: 660px;
	margin-top: -180px;
	text-align: center;
}
#footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 350px;
	height: 18px;
	background: #000000;
	background: rgba(0,0,0,0.7);
	opacity: 0.5;
}
.blue
{
	color: #55aad8;
}
.teal
{
	color: #65cc9a;
}
.green
{
	color: #accd4c;
}
.yellow
{
	color: #cfc64e;
}
.red
{
	color: #bf4a4a;
}
.links {
	padding-top: 35px;
}
.copy {
	float: left;
	padding-left: 5px;
}
.credit {
	float: right;
	padding-right: 5px;
}
.info {
	display: none;
	position: absolute;
	width: 260px;
	height: 260px;
	padding: 10px;
}
.pad {
	padding-right: 3px;
	margin-bottom: 70px;
}
.aboutex, .contactex {
	cursor: pointer;
}
.aboutex:hover {
	border-bottom: 3px solid #55aad8;
	margin-bottom: 67px;
}
.blog:hover {
	border-bottom: 3px solid #accd4c;
	margin-bottom: 67px;
}
.contactex:hover {
	border-bottom: 3px solid #bf4a4a;
	margin-bottom: 67px;
}
.aboutex:active {
	background: #55aad8;
	color: #111111;
}
.blog:active {
	background: #accd4c;
	color: #111111;
}
.contactex:active {
	background: #bf4a4a;
	color: #111111;
}
body{
	background-image: url(background.jpg);
}