/* CSS Document */
body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
	
}
#page {								/* centered page */
	width: 1000px;
	height: 574px; 		/* hvis der ikke er nogen height vises baggrundsfarven ikke */
	margin-right: auto;				/* af hensyn til opera */
	margin-left: auto;
	text-align: left;
	position: relative;
	
	/*overflow: hidden;*/
	overflow-y: auto;
	overflow-x: hidden;
	
	
}

#topArea {  
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 100px;  /* er uden padding! */
	background-position: top left;
}


#ribbon {  /* uafhængig */
	position: absolute;
	left: 0px;
	top: 100px;
	width: 1000px;
	height: 34px;
	z-index: 10;
}

#leftArea {
	position: absolute;
	left: 0px;
	top: 134px;
	width: 246px;
	/*height: 300px; */
	height: 430px;  
}

#leftBottomArea {
	position: absolute;
	left: 8px;
	/*bottom: 28px;*/
	bottom: 41px;
	width: 246px;
	/* height: 130px; */
	text-align: left;
}


#bottomRightArea {
	position: absolute;
	/* bottom: 32px; */
	bottom: 40px;
	right: 0px;
	width: 310px;
	height: 50px; 
	background-repeat: no-repeat;
	background-position: bottom;

}

#bottomArea {  /* uafhængig */
	position: absolute;
	left: 240px;
	bottom: 0px;
	width: 430px;
	height: 44px;  /* uden padding */ /* 36 før */
	
	padding: 2px;
	font-size: 11px; /* 9 før */
	text-align: center;
}
#smileyArea {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 310px;
	height: 39px;
	text-align: center;
	
}
#smileyArea a img{
	border: none;
}

