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

*{
	margin:0;
	padding:0;
	
}

body{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	letter-spacing:.1em;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
	
}

ul{
	text-align:center;
	
}

li{
	list-style:none;
	float:left;
	margin:0 15px 0 0;
	
}

h1{
	font-size:24px;
	font-weight:lighter;
	text-align:center;
	display:block;
	margin-top:15px;
	margin-bottom:10px;
	
}

p{
	display:block;

	
}

a{
	color:#000;
	text-decoration:none;
	display:block;
	margin:0 150px 10px 150px;
	padding-top:7px;
	
}

a:hover{
	background-color:#000;
	border-top:2px #000 solid;
	padding-top:5px;
	background-image:url(../img/hover.png);
	background-repeat:repeat-x;
	
}

.evasion{
	
}

.evasion:hover{
	background-color:#FC3;
	
}

.bliss:hover{
	background-color:#3FF;
	
}

.install:hover{
	background-color:#F63;
	
}

img{
	margin-top:5px;
	
}

#main{
	width:800px;
	min-height:600px;
	margin:65px auto 55px auto;
	padding:0 50px;
	
}

#head{
	width:400px;
	min-height:50px;
	position:fixed;
	left:50%;
	top:0;
	margin-left:-250px;
	z-index:5;
	background-color:#fff;
	border-bottom:2px solid #000;
	padding:0 50px;
	
}

#foot{
	width:400px;
	min-height:25px;
	position:fixed;
	left:50%;
	bottom:0;
	margin-left:-250px;
	z-index:4;
	background-color:#fff;
	border-top:2px solid #000;
	padding:5px 50px 10px 50px;
	
}

#foot a{
	display:inline;
	margin:0;
	padding:0;
	
}

#foot a:hover{
	background-color:#fff;
	border:0;
	text-decoration:underline;


}

#break{
	width:500px;
	height:2px;
	background-color:#000;
	margin:15px auto;
	
}