html {
	height:100%
	}

body {
	background-color:#000000;
	background-image:url('images/wallpaper.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	font-family: Georgia,
             Palatino,
             "Palatino Linotype",
             Times,
             "Times New Roman",
             serif;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

a {
	text-decoration:none;
	color:white;
	}

a img {
	border:none;
	}
	
a:visited {
	color:white;
	}
	
#wrapper {
	width:960px;
	padding:0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 40px;
	margin-right: auto;
	margin-left:auto;
	margin-bottom: -25px;
}


#header {
	width:860px;
	margin-left:50px;
	margin-right:50px;
	padding:0px;
}

#linkbar {
	background-image:url('images/diamond.png');
	height:31px;
	background-repeat:no-repeat;
	font-size:14px;
	color:#9a9b96;
	float:right;
	text-shadow: #000000 2px 2px 3px;
	}
	
#linkbar2 {
	background-image:url('images/diamond2.png');
	height:31px;
	background-repeat:no-repeat;
	font-size:14px;
	color:#9a9b96;
	float:right;
	text-shadow: #000000 2px 2px 3px;
	}
	
#linkbar a {
	color: white;
	}
	
#linkbar a:visited{
	color: white;
	}

#linkbar2 a {
	color: white;
	}
	
#linkbar2 a:visited{
	color: white;
	}
	
#maindiv {
	background-image:url('images/black.png');
	width: 910px;
	height: 235px;
	border: 1px solid #343139;
	margin-top:40px;
	padding-left:50px;
	padding-top:20px;
	color:white;
	font-size: 16px;
	}
	
h1 {
	color:white;
	font-size: 36px;
	font-weight:normal;
	text-shadow: #000000 2px 2px 3px;
	}
	
#bulletbreaker {
	color:white;
	font-size:16px;
	width: 200px;
	float:left;
	padding-top: 20px;
	margin-top: 5px;
	}
li {
	background: url('images/bullet.png') left center no-repeat;
	list-style:none;
	padding-left:20px;
	}
	
#projectbox {
	width:860px;
	padding-left:0px;
	margin-left:50px;
	float:left;
	margin-bottom:10px;
}

#individual {
	margin-right: 41px;
	margin-left: -2px;
	padding-top: 20px;
	float:left;
	width: 247px;
	height: 122px;
	margin-bottom: 50px;
	}
	
.push {
height: 25px;
clear:both;
}

#footer {
	background-image:url('images/black.png');
	width: 910px;
	height: 25px;
	border: 1px solid #343139;
	padding-left:50px;
	padding-top:4px;
	color:#9a9b96;
	font-size: 16px;
	margin-right: auto;
	margin-left:auto;
	font-size:14px;
	}
	
#footer a {
	color: #FFFFFF;
	
}

#contactme a {
	color: #FFFFFF;
	
}

#contactme {
	color:#9a9b96;
	line-height: 20px;
}

.clear {
	clear:both;
}

	
