body{
background-image:url('slike/background.png');
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
}
div#okvir{
width:1170px;
margin:auto;
height:100%;
background:transparent;
color:white;
}
header{
height:100px;
text-align:center;
clear:both;
font-size:300%;
background-color:transparent;
padding-top:20px;
letter-spacing:10px;
text-shadow:2px 0px 20px white;
}
nav{
height:50px;
text-align:center;
clear:both;
}
nav span{
padding-top:10px;
font-family:calibri;
}
a:link{
color:white;
text-decoration:none;
}
a:hover{
color:white;
text-decoration:underline;
}
a:active{
color:white;
text-decoration:none;
}
a:visited{
color:white;
text-decoration:none;
}
aside{
width:30%;
float:left;
clear:both;
word-break:keep-all;
font-family:calibri;
}
article{
width:69%;
float:right;
font-family:calibri;
}
article p{
text-shadow:1px 1px 2px black;
}
article img{
width:100%;
}
span#krepko{
font-weight:bold;
}
footer{
height:20px;
clear:both;
}
img.d{
width:350px;
}