﻿body {
	background-color: black;

		
	 }
	 
h1 {font-family: courier new, verdana, sans-serif;
	font-size: 20pt;
	color: #331100;
}

h2 {font-family: courier new, verdana, sans-serif;
	text-align: center;
	font-size: 16pt;
	color: #774400;
}

p {
 font-family: courier new, monospace;
 color: #ffffff; 
 font-size: 10pt
}

a {
	font-family:courier new;
	font-size:10pt;
	text-decoration:none;
	color: bb4400;
}

a:link {	
color: bb4400;

}

a:visited {
	color: 993300;

}

a:hover {
	color: ffaa00;
	font-style: underlined;
	text-decoration:bold;
}

img {
  border:0px;
}

#bkg{
	
	background: url("bkg.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index:0;
	position: relative; 

	width:700;
	height:700;
}
#header{
position:relative;
left: 0px;
top: 155px;
width:450px;
height:15px;
z-index:10;

}
#content {
position:relative;
left: -5px;
top: 185px;
z-index:9;
}

#screen{
text-align:center;
}

#picturebar {
position:relative;
left: 0px;
top: 178px;
width:500px;
height:80px;
float:center;
z-index:10;
}

#footer{
position:relative;
left: 100px;
top: 625px;
width:500px;
height:80px;
float:center;
z-index:10;
background:red;
}

