	body {
		margin:0;
		padding:0;
		background:url(img/background.jpg) repeat;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	.font {
		color:#D9D8DF;
		text-shadow:0px 1px 1px #000;
	}	
	.line {
		background:url(img/line.jpg) no-repeat;
		width:500px;
		height:2px;
		margin:20px 0;
	}	
	#contact {
		display:none;	
		font-size:22px;
	}
	#wrapper {
		width:500px;
		margin-left:275px;
		margin-top:30px;
	}	
	img {
		border:none;	
	}
	#introduction {
		font-size:24px;
		font-style:italic;
		margin-top:40px;	
	}
	.work-entry {
		font-size:22px;
	}
	.work-entry img {
		position:absolute;
		top:0;
	}
	.work-entry-box {
		box-shadow:0 1px 1px #000;	
		-moz-box-shadow:1px 1px 3px #131417;	
		-webkit-box-shadow:0 1px 1px #000;	
		height:165px;
		width:500px;
		overflow:hidden;
		position:relative;
		background:#1A1B1E;
	}
	.work-entry-box-description {
		font-size:16px;	
	}
	a {
		color:#C108EA;
		text-decoration:none;
	}
	a:hover {
		text-decoration:underline;	
	}
	.work-entry-box-description a {
		position:absolute;
		top:15px;
		right:5px;
	}
	.tech {
		display:inline-block;
		position:absolute;
		font-size:13px;	
		top:15px;
		left:5px;
	}
	#contact input, textarea {
		width:490px;
		border:none;
		background:url(img/input_bg.jpg) #1D1E21 repeat-x;
		height:45px;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		box-shadow:0px 1px 0px #3D3A43;
		-moz-box-shadow:0px 1px 0px #3D3A43;
		-webkit-box-shadow:0px 1px 0px #3D3A43;
		margin:10px 0;
		padding:0px 5px;
		color:#FFF;
		text-shadow:0px 1px 0px #000;
		font-size:15px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	#contact textarea {
		height:200px;
		padding-top:10px;
	}
	label {
		
	}
	input#submit {
		background:#CCC;
		background: -moz-linear-gradient(top, #E7E7E7, #CCC);
		background: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7),to(#CCC));	
		-moz-box-shadow:0px 1px 0px #141518;
		text-shadow:0px 1px 0px #FFF;
		color:#333;
		font-size:21px;
		width:500px;
	}
	input#submit:hover {
		cursor:pointer;
		background:#999;
		background: -moz-linear-gradient(top, #CCC, #E7E7E7);
		background: -webkit-gradient(linear, left top, left bottom, from(#CCC),to(#E7E7E7));	
	}
	.error {
		color:#F00;
		font-size:16px;
		padding-top:10px;	
		display:block;
	}
	
	#footer {
		margin-bottom:50px;	
	}

