@charset "UTF-8";
/***************************************************************************
 *                   	 V P . C O M 2007
 ***************************************************************************/
html, body, form, fieldset,img, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	border:0;

}

h1{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
color:#bed723;
padding-bottom:20px;
}

p{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#ffffff;
padding-bottom:10px;
line-height:18px;
}

a{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#ffffff;
line-height:22px;
}

a:hover{
color:#bed723;

}

	body {
		height: 100%;
		margin: 0px;
		padding: 0px;
		background:url(../images/bg.jpg) top left repeat-x;
	}
	
	
	#logo {
		width: 300px;
		height: 60px;
		margin:30px auto 30px auto;
		background:url(../images/logo.png) top left no-repeat;
	}
	
	#playground{
		width: 960px;
		height: 800px;
		margin:0px auto 50px auto;
	}
	
	.work{
		display:block;
		width:280px;
		height:100px;
		float:left;	
		padding:20px;
		text-decoration:none;
	}
	
	.work:hover{

	}
			
		.work img{
			border:5px solid #5b5045;
			width:270px;
			height:80px;
		}
		.worktitle{
			display:block;
			width:280px;
			height:20px;
			background:#221e1a;
			margin:0px;
			padding:0px;
		}
	
	#foot{
		width:100%;
		height:530px;
		opacity: 0.8;
		-moz-opacity: 0.8;
		filter: alpha(opacity=80);
		background:#221e1a;
		
	}
	
		#footcontent{
			width: 960px;
			height:420px;
			margin:20px auto 20px auto;
		
		}
		
		.footbox{
			width: 280px;
			height: 280px;
			float:left;
			padding:20px;
		}
		
		.footbox ul{
			list-style:none;	
		}
		
		.footbox a{
			text-decoration:none;

		}

br {clear:both;}

/* Humanized Messages */
#panel { position: fixed; z-index: 999; width: 100%; height: 20px; top: 0px; background-color: #221e1a; }
#panel #text { color: #bed723; margin: 0px auto 0px auto;  text-align: center; font: 16px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; }
 