body{
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/pozadi.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
  }

p {
	color: #000;
	background-color:white;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	margin-left: 40px;
	margin-right: 40px;
  }

A:link    { text-decoration: underline; color:#000; }
A:visited { text-decoration: underline; color:#000; }
A:active  { text-decoration: underline; color:#000; }
A:hover   { text-decoration: underline; color:#000; }

#container {
  margin: 0 auto;
	width: 500px;
	height: 379px;
	margin-top: 200px;
	text-align: center;
  }

#container p {
  padding-top: 0;
  }
