@charset "utf-8";
/* CSS Document */

body {
	background-color: #141414;
	color: #000000;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #c0c0c0;
	}
	
object {
	outline: none;
	}

a {
	color: #fe0095;
	text-decoration: none;
	}
	a:hover, a:active {
		text-decoration:none;
		background: #fe0095;
		color: #ffffff;
		}
	a img {
		border: none;
		background: none;
		}

.description {
	font-size: 10px;
	color: #fe0095;
	}
	
.highlight {
	color: #fe0095;
	}
	
.bold {
	font-weight: bold;
	}
	
.project {
	text-align: left;
	}
	
.projecttext {
	position: absolute;
	margin-left: 0px;
	width: 810px;
	text-align: left;
	}
		
div#container {
	position: relative;
	width: 810px;
	margin: 0 auto;
	}
	div#header {
		height: 10px;
		float:left;
		}
		div#logo {
		z-index: 11;
		position: absolute;
		margin-left: 0px;
		width: 58px;
		height: 22px;
		float: left;
		top: 30px;
		}
		div#headerleft {
			position:absolute;
			margin-left: 0px;
			width: 270px;
			height: 110px;
			text-align: left;
			float:left;
			top: 44px;
			}
		div#headercenter {
			position: absolute;
			margin-left: 270px;
			width: 270px;
			height: 110px;
			text-align: left;
			top: 44px;
			}
		div#headerright {
			position: absolute;
			margin-left: 540px;
			width: 270px;
			height: 110px;
			text-align: left;
			top: 44px;
			}
	div#feature {
		height: 520px;
		top: 110px;
		}
		div#bubble {
			z-index: 10;
			position: absolute;
			margin-left: 725px;
			width: 120px;
			height: 114px;
			float: left;
			top: 84px;
			}
	.spacer {
		height: 51px;
		padding-top: 51px;
		}
	div#personal {
		text-align: left;
		}
		div#headline {
			margin-top: 25px;
			margin-left: 0px;
			}
		div#about {
			position: absolute;
			margin-left: 0px;
			width: 395px;
			text-align: left;
		}
		div#about2 {
			position: absolute;
			margin-left: 415px;
			width: 395px;
			text-align: left;
		}
		.personalleft {
			position: absolute;
			margin-top: 50px;
			margin-left: 0px;
			width: 395px;
			text-align: left;
		}
		.personalright {
			position: absolute;
			margin-top: 50px;
			margin-left: 415px;
			width: 395px;
			text-align: left;
		}
	div#footer {
		text-align: left;
		font-size: 10px;
		color: #a1a1a1;
		line-height: 1.2em;
		}
