body {
	background: #000000 url("images/back.jpg") fixed 50% 80px;
	margin : 20;
	color: #FFFFFF;
	background-color : #000000;
	font-family: verdana, arial, sans-serif; /* base font is defined in the page */
	font-size: 12px; /* size font is defined in the page */
	text-align: left;
}

.grinder   {
	background: #000000 url("images/back.jpg") no-repeat fixed 50% 80px;
        background-color:#000000;
        margin: auto;
	width:1000px;
	min-height:750px;
	padding:5px 5px 5px 5px;
        border:1px solid #ffffff;
          }

a:link {
        color: #FF0000;
        text-decoration: underline;
}
a:visited {
        text-decoration: none;
        color: #FF6600;
}
a:hover {
        text-decoration: none;
        color: #FFFFFF;
}
a:active {
        text-decoration: none;
        color: #FFFFFF;
}

#head1 { /* slika zaglavlja */
        float: top;
        background: url('/images/header.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: scroll; 
#        margin-top: 3px;
        margin-right: 80px;
        width: 950px;
        height: 160px;
}

#logo {
        float: top;
        background-image: url('images/moviesat.gif');
	background-repeat: no-repeat;
	background-attachment: scroll; 
        margin-top: 3px;
        margin-left: 3px;
        width: 150px;
        height: 140px;
}

#menucontainer {
	width: 800px;
	margin: 0 0 0 157px;
	padding: 0;
	text-align: left;
	color: #C0C0C0;
	font-family: verdana, arial, sans-serif; /* base font is defined in the page */
	font-size: 12px;
}

.mmenu {
	background-color : #FF0000;
	text-align: center;
}

.navbar td {
	height : 10px;
	width: 100px;
	margin : 1px 1px;
	padding : 1px 1px;
}

.navbar a:link {
	font-size : 80%;
	font-weight : bold;
	font-family : Verdana, Geneva;
	margin : 3px;
	padding : 3px;
	text-decoration : none;
	color : #000000;
	border : 1px solid #404040;
	display : block;
	text-align : center;
	width : 90%;
}

.navbar a:visited {
	font-size : 80%;
	font-weight : bold;
	font-family : Verdana, Geneva;
	margin : 3px;
	padding : 3px;
	text-decoration : none;
	color : #000000;
	border : 1px solid #404040;
	display : block;
	text-align : center;
	width : 90%;
}

.navbar a:hover {
	font-size : 80%;
	font-weight : bold;
	font-family : Verdana, Geneva;
	margin : 3px;
	padding : 3px;
	text-decoration : none;
	color : black;
	border : 1px solid #404040;
	display : block;
	background-color : white;
	text-align : center;
	width : 90%;
}

h1 {
	font-size: 200%;
	text-align: center;
}

h2	{
	font-size: 150%;
}

ul,li {
	list-style-type: none; /* to minimize problems */
	margin: 0;
	padding:0;
	line-height: 30px; /* extra space */
}

#topmenu {
	float: right; /* vertical menu is aligned to the right of its container, head3 */
	margin-right: 10px;
	margin-top: 10px;
}

#topmenu a {
	font-size: 16px;
	font-weight: bold;
	color: #060C6F;
	text-decoration: none; /* no decoration to avoid underline showing when hovered onto */
	margin-left: 20px; /* Space between each sub-menu */
}

hr {
	width: 50%;
	border: 0 none;
	border-top: 1px dashed #ff0000;/*the border*/
	border-bottom: 1px solid #ff0000;
	color: #000000;
	background-color: #000000;
	height: 5px;
	text-align: center;
}

#content {
	margin : 0 10%;
	text-align: left;
}

#vijesti {
        margin : 0 20%;
        text-align: center;
}

