body{
background-color:#111111;
background-image:url(terminalbg.png);
background-repeat: repeat;
margin:0;
padding:0;
}

#spacer{
z-index:0;
position:absolute;
left:0;
top:0;
background-image:url(contentbg.png);
background-repeat:vertical;
height:100%;
width:300px;
display:block;
color:white;
}

#content{
z-index:10;
position:absolute;
left:0;
top:0;
background-image:url(contentbg.png);
background-repeat:vertical;
height:100%;
width:300px;
display:block;
}

#bgimage{
width:100%;
min-height:440px;
min-width:768px;
background: #000000 scroll 0 0;

}

#bgimagediv{
width:100%;
z-index:1;
position:absolute;
left:0;
top:0;
min-width:768px;
min-height:440px;
background:transparent url(bgc.png) repeat scroll 0 0;

}

#contentbody{
	background-image:url(contentbody.png);
	width:300px;
	height:425px;
}

#container{
	padding-left:19px;
	padding-top:65px;
	width:220px;
	font-size:11px;
	font-family: verdana,helvetica,arial,sans-serif;
	color:white;
}

#container a{
	color:#669999;
	text-decoration:none;
}

#container a:hover{
	color:#99cccc;
}

#contact {
	padding-top:1px;
}

#contact ul{

}

#contact li{
	list-style-type:none;
	text-indent: -30px;
}

#contactheader{
	font-weight:bold;
}

#resume{
	height:40px;
	width:145px;
	margin-top:33px;
	margin-left:6px;
	background-image:url(resumelink.png);
	background-repeat:no-repeat;
	display: block;
}

a img {
border:medium none;
}
a#resume{
	border: 0 none;
	border-style:none;
	outline-style:none;
	background-image:url(resumelink.png);
	background-position: 0 0;
	background-repeat:no-repeat;
}
a#resume:hover{
	border: 0 none;
	border-style:none;
	outline-style:none;
	color:none;
	background-image:url(resumelink.png);
	background-position: 0 -40px;
	background-repeat:no-repeat;
}

#logo{
	position: fixed;
	left:0;
	bottom:0;
}

#attention{
	position: fixed;
	right: 20px;
	top: 30px;
	z-index:100;
	background-image:url(images/attention.png);
	padding: 75px;
	padding-right:85px;
	padding-top:85px;
	font-size: 12px;
	font-weight: bold;
	font-family:verdana,helvetica,arial,sans-serif;
	width: 180px;
	height: 180px;
	text-align: center;
}

#attention a{
	color:#339999;
	text-decoration:none;
}

#attention a:hover{
	color:#006666;
}

#attention h3{
	font-family:verdana,helvetica,arial,sans-serif;
	color: #333333;
	font-size: 18px;
	font-weight: bold;

}