body {
	background-image: url('images/Logo5.png');
	xbackground-color: rgba(0,0,0,0.2);
	margin: 0px;
	xwidth: 1020px;
	xheight: 400px;
	font-family: verdana, tahoma, sans-serif;
}

#container {
	width: 70%;
	xheight: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(255,255,255,0.9);
	xbackground-image: url('images/ContentBackground.png');
	background-position: top left;
	/*
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	*/
	overflow: hidden;
}

#header {
	position: relative;
	width: 675px;
	height: 71px;
	background-image: url('images/Logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	/*
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	*/
}

#about {
	margin-left: 40px;
	margin-right: 20px;
	background-color: white;
	font-size: 13px;
	line-height: 15px;
	text-align: justify;
	color: rgb(55,55,55);
}

.Contact {
	xcolor: rgb(10,10,10);
	font-weight: 900;
	
}

#portfolio {
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 15px;
	background-color: white;
	font-size: 13px;
	line-height: 15px;
	text-align: justify;
}

.TwoColumned {
	clear: bottom;
	overflow: hidden;
}

.Column {
	float: left;
	width: 50%;
	xmargin: 20px;
}

#contact {
	background-color: white;
}

.Project {
	height: 150px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
}

.ProjectImage {
	position: absolute;
	top: 0px;
	background-repeat: no-repeat;
	height: 150px;
	width: 438px;
}

#p1 {
	background-image: url('images/Portfolio_preview_AWYD.jpg');
}

#p2 {
	background-image: url('images/Portfolio_preview_Mineralis.jpg');
}

#p3 {
	background-image: url('images/Portfolio_preview_Realworx.jpg');
}

#p4 {
	background-image: url('images/Portfolio_preview_Uxcel.jpg');
}

#p5 {
	background-image: url('images/Portfolio_preview_Saville.jpg');
}

#p6 {
	background-image: url('images/Portfolio_preview_Rubik.jpg');
}

.ProjectDesc {
	position: absolute;
	top: 133px;
	height: 150px;
	width: 438px;
	background-color: rgba(0,0,0,0.7);
	font-size: 11px;
	color: lightgray;
	vertical-align: top;
}

.ProjectDesc p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ProjectDesc .ProjectTitle {
	color: white;
}

.ProjectDesc a {
	color: lightblue;
}
