* {margin: 0;
   padding: 0;
  }

body {
	font-size: 62.5%;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	align: center;
	text-align: center;
}

#container {margin: 10px auto;
	background-image: url(slike/content_tile.jpg);
        width: 729px;
 	font-size: 1.2em;
 	}

#container2 {margin: 10px auto;
        width: 729px;
 	font-size: 1.2em;
 	}

#header {
	position: relative;
	background-image: url(slike/zaglavlje.jpg);
	height: 400px;
	width: 729px;
	}


#header2 {
	padding-top: 120px;
	padding-left: 300px;
	align: left;
	text-align: left;
	}

#content_top {
	background-image: url(slike/content_top.jpg);
	height: 145px;
	width: 729px;
	padding-top: 25px;
	}

#content_top2 {
	background-image: url(slike/pozadina.jpg);
	height: 200px;
	width: 729px;
	padding-top: 25px;
	}

#content {
	background-repeat: repeat-y;
	/*height: 100%;	*/
	width:680px;
}

#footer {
	background-image: url(slike/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	text-align: center;
}

/********************************** Text formatting *****************/


p {
   padding-bottom: 25px;
}

.footertxt {
	padding-top: 180px;
	color: #F1DBC6;
}

h2 {
	font-weight: bold;
	padding: 10px;
	color: #673711;
	font-size: 1.2em;
}

/*************************** Hyperlinks ***********************/

a:link {color: #F1DBC6}     /* unvisited link */
a {text-decoration: none;}
a:visited {color: #F1DBC6}  /* visited link */
a:hover {color: #FFCC66}   /* mouse over link */
a:active {color: #FFFFFF}   /* selected link */

.invisible_headings {
	margin-left: -3000px; /* This is used to remove the original heading*/
}
