@charset "utf-8";
/* CSS Document */
 
* {
	margin:0px;
	padding:0px;
	}
	
div {
	display:inline;
	border:0px;
	} 

body {
	background-color:#FFFFFF;
	}
	
#wrapper {
	width:100%;
	height:100%;
	text-align:center;
	}

#main {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -182px; /*set to a negative number 1/2 of your height*/
	margin-left: -305px; /*set to a negative number 1/2 of your width*/
	width:610px;
	height:364px;
	}

/*alt*/	
#main1 {
	text-align:left;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -310px; /*set to a negative number 1/2 of your height*/
	margin-left: -108px; /*set to a negative number 1/2 of your width*/
	width:216px;
	height:400px;
	}
/* slut alt*/
		
#knapps {
	text-align:left;
	float:left;
	width:320px;
	}
	
#guy {
	width:280px;
	}
	

a {
	border:0px;
	text-decoration:none;
	}
	
ul {
	list-style:none;
	}