﻿body { background-image: url('img/bg.png'); }

img.me, img.img {float: right;}

h1 {
	background: orange;
	border: .5em solid red;
	padding: .7em;
	font-size: 2.1em;
	margin-bottom: 0;
    text-align: center;
    -moz-border-radius-topleft:     1em;
    -moz-border-radius-topright:    1em;
}

#page {
    background-color: black;
    width:80%;
    margin: 5% auto; /* put it on center *//*i 5 posto udalji od vrha i dna*/
    font-size: 150%;
    -moz-border-radius-bottomleft:  1em;
    -moz-border-radius-bottomright: 1em;
    -moz-border-radius-topleft:     1em;
    -moz-border-radius-topright:    1em;
}

#content_shape {
	padding: 1em;
}

#cro, #eng
{
    padding: 1em; /*koliko je sadržaj udaljen od ruba elementa*/
    background-color:  yellow;
}
#eng
{
    margin-top: 1em;
}

a:link, a:visited {
    text-decoration: none;
    color: blue;
}
a:hover {
    color: red;
    background-color: orange
}
