
/* Basic Elements */
html, body {
	margin: 0;
	font-family: 'Comic Sans', 'Comic Sans MS', cursive;
	background: #000;
	}
#container {
	width: 100%;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 250px;
	background: url("images/headerbg.jpg");
	}
#wrapper {
	float: left;
	width: 100%;
	}
#content {
	display:block;
	margin: 0 0 0 150px;
	border: 1px solid #000;
	background: #fff;
	background: url("images/mainbg.jpg");
	}
#content a {
	color: #800000;
	text-decoration: underline;
	}
#content a visited {
	color: #c00000;
	}

.daneImage {
 	text-align:center;
	margin: 0 auto;
    	padding:5px;
 }

#menu {
	float: left;
	width: 150px;
	margin-left: -100%;
	}

#footer {
	width: 100%;
	height: 110px;
	clear: both;
	text-align: center;
	padding: 5px 0;
	color: #f3d602;
	background: #1f0c79;
	background: url("images/footerbg.jpg");
	}
#footer a {
	color: #fff;
	text-decoration: underline;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1, h2 {
	text-align: center;
	padding: 10px;
	}

h3, h4 {
	text-align: center;
	padding: 5px;
	}


