* { margin:0; padding:0; }
html { height:101%; }
body {
	background:#000 url(images/bg.png) repeat-x top fixed;
	font-family:georgia,garamond,serif;
	font-size:13px;
	color: #ccccff;
}
a {
	color: #ccccff;
	text-decoration: none;
}
a:hover { text-decoration:none; }
img { border:none; }

#holder {
	background:url(images/showreel.png) 220px 20px no-repeat;
	padding-top:20px;
	margin:0 auto;
	width:960px;
}
#left {
	width:560px;
	float:left;
}
#right {
	width:400px;
	float:left;
}
#menu {
	width:530px;
	height:190px;
	background:url(images/menu.png) 10px 0px no-repeat;
}
#menu a.link {
	position:absolute;
	text-indent:-9999px;
}

#design {
	display:none; 
	padding-top:30px;	
}
#video {
	display:none;
	padding-top:30px;	
}
#webdesign {
	display:none;
	padding-top:30px;
}
#footer {
	width:920px;
	padding:20px 20px 0 20px;
	min-height:110px;
	height:auto !important;
	height:110px;
	background:url(images/footer.png) no-repeat bottom;
}
#friends, #friends a {
	color:#4c2c96;
}
#copy {
	color:#4c2c96;
	font-size:12px;
}
div#fb {
	display:none;
	background:#FFF;
}
img.webdesign {
	border:1px solid #bfff00;
}
img.design {
	border:1px solid #ff9900;
}
img.design, img.webdesign {
	width:95px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity:0.6;
}
img:hover.design, img:hover.webdesign {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
}
.clearer {
	width:0px;
	height:0px;
	clear:both;
	line-height:0px;
	font-size:0px;
}
