body{
    background-image: url("slike/bg_main.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-color: black;
    margin:0;
    padding:0;
    font-family: verdana;
    text-decoration: none;
}
div.header{
    position:relative;
    top: 11px;
    width:1000px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    font-family: verdana;
    text-shadow: black 2px 2px 1px;
    vertical-align: middle;  
}
div.header h1{
    vertical-align: middle;
    color:white;
 
    margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2 ) + "px" : "0");
  
}
div.buttoncont{
    position:absolute;
    top:0px;
    right:0px;
    float:right;
    height:50px;
    width:700px;
   
}
div.button{
    float:right;
    margin-left: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    width:150px;
    height:50px;
    
    display: table;
}
div.button h3,h4,h5,h6{
    text-shadow: black 1px 1px 2px;
    color:white;

    display: table-cell; vertical-align: middle; text-align: center;
    margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}
div.container{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width:1000px;
    height:350px;

    background-image: url("slike/pozblack.png");
    behavior: url(http://www.testiranja.com/slike/iepngfix.htc);
}
div.container h1{
    position: relative;
    top:10px;
    left:40px;
    color: white;
}

div.container h4{margin:0;}

#bijeli h2{
    position: relative;
    top: 10px;
    left: 40px;
    color: white;
}
div.graph{
    width: 400px;
    height: 500px;
    margin-top: 60px;
    color:white;
    font-size: medium;
}

div.graphi{
    width: 900px;
    height: 500px;
	margin-left: auto;
    margin-right: auto;
    background-image: url('files/osobnost.PNG');
    background-position: left center;
    background-repeat: no-repeat;
}
div.graphiljubav{
    width: 900px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('files/ljubavni.png');
    background-position: left center;
    background-repeat: no-repeat;
}
div.fotka{
    
    position: relative;
    top: 20px;
    width:900px;
    height:350px;
    margin-left: auto;
    margin-right: auto;
    border: olive solid 10px;
    overflow: auto;
}

div.donji{
    position:relative;
    top:5px;
    left:140px;
    width:1000px;
    height:200px;
}
div.donji div{
    float:left;
    height:100%;
    width:230px;
    font-size: 0.9em;
    text-indent: 1em;
    
}
div.donji div p{
    text-indent: 1.3em;
    letter-spacing: 0.05em;
    color: white;
    margin:30px;
}
div.donji div h3{
    margin-left: 20px;
}
div.crta{
    background-color: white;
    margin-top: auto;
    margin-bottom: auto;
    width:2px;
    height: 100%;
}

div.prvi{
    
    height:100%;
    width:100%;
    display: none;
    
}
div.prvi p{
    float:left;
    font-size: 0.9em;
    overflow: hidden;
    margin-left:20px;
    margin-top:0px;
    padding-left: 20px;
    width: 200px;
    
}
a{
    text-decoration: none;
    cursor:pointer;
}
div.included{
    position: relative;
    top:0px;
    left:25%;
    max-width: 500px;
    overflow: auto;
    
}
h3{
    color: white;
}
h3.mail{
    color: white;
    line-height: 180%;
}