body 
{
background: #e0e3e8;
background-image: url(design/bg.png);
padding:0px;
margin:0px;
color:#1c3c64;
text-align: justify;
font-family: 'Roboto', sans-serif;
color: 
}
.in
{
width:950px;
padding-top: 20px;
margin: auto;
text-align: left;
display: block;
clear: both
}
.in h1
{
text-transform: uppercase;
color: #ea5922
} 
a#logo
{
width:400px;
height: 160px;
//margin: auto;
float: left;
display: block;
text-align: left;
background-image: url(design/tena_logo.png);
background-position: center top;
background-repeat: no-repeat;
}
.in h1
{
width: 100%;
padding-bottom: 30px;
padding-top: 60px;
display: block;
text-align: left;
float: left;
}
.in div.casopis
{
width:500px;
padding-right: 18px;
padding-left: 18px;
padding-top: 60px;
margin: auto;
display: block;
text-align: left;
clear: both;
}
.in div.casopis a
{
color: #9e905a;
text-decoration: none
}
.in div.casopis a:hover
{
color: #fff;
}
.in a
{
color: #9e905a;
text-decoration: none
}

.in div#footer
{
background-color: #9e905a;
clear: both;
display: block;
margin-top: 20px;
padding-top: 5px;
padding-bottom: 5px;
width: 100%;
text-decoration: none
}

a 
{
text-decoration: none;
-webkit-transition-property: color, background-color, background-image, border-bottom, opacity;
-webkit-transition-duration: 0.5s, 0.5s ,0.5s;
transition-property: color, background-color, background-image, border-bottom;
transition-duration: 0.5s, 0.5s ,0.5s;
}