/*
 @Name: Delyght simplistic stylesheet
 @Description: Stylesheet for Delyght.no.
 @Version: 1.0
 
 @Changes: N/A
*/

html, body{
	padding:0px;
	margin:0px;
	height:90%;
	font-family:arial;
}		
#footer {
	height:20px;
	border-top: 1px solid;
	width:100%
}
#content {
	min-height:115%;	
	text-align:center;
}

a {
	color:#000;
}

#footer p {
	font-size:.6em;
	padding:5px;	
}

.slogantext {
	position:absolute;
	top:50%;	
	width:100%;
	overflow:visible;
}
.site {
	float:left;
	border:1px solid;
	margin:10px;
	text-align:center;
	width:210px;
	padding:0px;
}
.site ul {
	list-style:none;	
	text-align:left;
	padding:2px;
	margin:0px;
	font-size:0.8em;
	margin-bottom:2px;
}
.site li {
	padding-bottom:1px;
}
#wrapper {
	height:100%;		
}
