/* DPN.CSS */
/* Written by SAllMadsen */
/* 12.3.09 */

/* Body Elements */

a:link{
	text-decoration: none;
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
}

a:hover{
	text-decoration: none;
	color: #00F;
	font-family:Verdana, Geneva, sans-serif;
}

a:visited{
	text-decoration: none;
	color: #00F;
	font-family:Verdana, Geneva, sans-serif;
}

body {
	background-color:#666666;
	height: 100%;
}

img {
	 border-style: none;
 }
 
p {
	 color: #FFF;
	 font-family: Verdana, Geneva, sans-serif;
	 text-align: center;
 }
 
tr{
	text-align: center;
}

/* Divs Elements */

#container{
	margin: 0 30% 0 30%;
	width: 350px;
}

#header{
	margin: 0 0 0 0;
}

#links{
	margin: 0 0 0 0;
}

#text{
	margin: 0 28% 0 28%;
}

#footer {
background-image: url(images/footer.gif);
height: 45px;
width: 100%;
}

