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

body {
	background-color:#666666;
	font-size: 10pt;
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
	text-align: center;
	margin: 0;
	}
	
A:link {text-decoration: underline; color:#FF9900;}
A:visited {text-decoration: underline; color:#FF9900;}
A:active {text-decoration: underline; color:#FF9900;}
A:hover {text-decoration: none; color:#FFCC00;}
	
#container {
  background-image: url(../_images/bg.gif);
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 450px;
  height: 730px;
  text-align: left;
  }

/* MENU */
	
#menu {
	position: absolute;
	height: 25px;
	width: 430px;
	text-align: center;
	margin-top: 278px;
	}

#aboutMe {
	color: #FF9900;
	text-decoration: underline;
	padding-right: 25px;
	}

#aboutMe:hover { 
	color: #FFCC00;
	text-decoration: none;
	}

#credits {
	color: #FF9900;
	text-decoration: underline;
	padding-right: 25px;
	}

#credits:hover { 
	color: #FFCC00;
	text-decoration: none;
	}
	
  
#demo {
	color: #FF9900;
	text-decoration: underline;
	padding-right: 25px;}

#demo:hover { 
	color: #FFCC00;
	text-decoration: none;
	}
	
#contact {
	color: #FF9900;
	text-decoration: underline;
	}

#contact:hover { 
	color: #FFCC00;
	text-decoration: none;
	}
	
  
/* MENU END */

#content {
	position: absolute;
	height: 353px;
	width: 420px;
	margin-top: 320px;
	color:#000000;
	padding-left: 15px;
	overflow: auto;
	}
	
	
#legal {
	position: absolute;
	margin-top: 700px;
	margin-left: 15px;
	color: #666666;
	width: 410px;
	}
	
.credits {
	font-size: 8pt;
	font-weight: bold;
	}
	
.job {
	font-size: 8pt;
	color: #666666;
	}