body {
	background-image:url('../img/background.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}
body, html {
	font-family: Arial, Helvetica, sans-serif;
	height:90%;
	width:100%;
	margin:0px;
	padding:0px;
}
#content_box {
	width:400px;
	margin-left:50px;
	margin-top:50px;
	height:400px;
}
#content_desc {
	width:100px;
	border-right: 2px solid gray;
	color:gray;
	font-weight: bolder;
	font-size:12px;
	text-align:right;
	padding:5px;
	float:left;
}
#content {
	float:left;
	padding:5px;
	font-size:13px;
	font-weight:normal;
	font-family:Verdana, sans-serif;
}
#cdesc_proj, #c_proj {
	height:100px;
}
#cdesc_contact, #c_contact {
	height:200px;
}
#copyright {
	font-size:10px;
	position:absolute;
	bottom:0;
	right:0;
}
