body {
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size: 16pt;
	line-height: 24pt;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: url(gfx/bg.png) repeat-x #000;
	color: #fff;
	cursor:default;
	overflow:hidden;
}

::-moz-selection {
	background: #eeeeff;
	color: #222244;
}

::selection {
	background: #eeeeff;
	color: #222244;
}

a, a:link, a:visited {
	text-decoration: underline;
	cursor:hand;cursor:pointer;
}

img {
	border: 0;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

#flat{
	opacity:0.5;
}

#highlight{
	opacity:0.3;
	-webkit-transition: opacity 0.5s ease-in-out;
}
#highlight:hover{
	opacity:1;
}

#home{
	background:url(gfx/home.jpg) no-repeat;
	width:1024px;
	height:768px;
	margin:auto;
}
#home #contact{
	width:240px;
	height:270px;
	margin-top:140px;
	margin-left:120px;
	float:left;
	text-align:left;
	opacity:1;
}

#home #workl{
	width:300px;
	height:270px;
	margin-top:140px;
	float:left;
	text-align:center;
}
#home #workl a{
	color:#fff;
	display:block;
	margin-top:25px;
	margin-left:8px;
	padding-top:5px;
	padding-bottom:8px;
	opacity:0.3;
	text-decoration:none;
	-webkit-transition: opacity 0.5s ease-in-out;
}
#home #workl a:hover{
	background:url(gfx/button-l.png) no-repeat;
	opacity:1;
}

#home #links{
	width:220px;
	height:270px;
	margin-top:140px;
	float:left;
	text-align:left;
}
#home #links a{
	cursor:ne-resize;
	color:#fff;
	display:block;
	margin-left:8px;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:15px;
	opacity:0.3;
	text-decoration:none;
	-webkit-transition: opacity 0.5s ease-in-out;
}
#home #links a:hover{
	background:url(gfx/button-s.png) no-repeat;
	opacity:1;
}

#work{
	background:url(gfx/work.jpg) no-repeat;
	width:1024px;
	height:768px;
	margin:auto;
}
#work #content{
	width:765px;
	height:280px;
	margin-top:20px;
	margin-left:120px;
	float:left;
	text-align:center;
	opacity:1;
	overflow:auto;
}
#work #content img{
	cursor:hand;cursor:pointer;
}
a.back{
	float:right;
	display:block;
	margin-top:80px;
	margin-right:150px;
	color:#fff;
	font-size:10pt;
	text-decoration:none;
}

#moognifyBorder{
	background:#000;
	color:#fff;
}