﻿/* css document */

/* Frizerski studio i skola ::FIGARO::
URL: http://www.figaro.co.rs
Author/Copyright: Millan Brankovic '09
Personal site: http://www.mbdizajn.com
*/


* {
margin: 0px;
padding: 0px;
}

body {
background: #49507d url(../images/bg.jpg) repeat-x;
}




/* wrapper style */

#wrapper {
width: 1024px;
margin: 10px auto 0 auto;
}




/* header style */

#headerHome {
float: left;
width: 1024px;
height: 202px;
background: #49507d url(../images/headerHome.jpg) no-repeat;
}


#mainNav {
float: right;
}

/* end of header style */




/* flashContent style */

#flashContent {
float: left;
width: 1024px;
height: 466px;
background: #49507d;
}

/* end of flashContent style */




/* footer style */

#footer {
float: left;
width: 1009px;
margin: auto;
padding: 5px 0 10px 15px;
font: 14px Trebuchet MS;
color: #fff;
cursor: default;
}

#footer ul {
list-style: none;
}

#footer li {
margin: -18px 0 0 810px;
}

#footer li a {
color: #fff;
text-decoration: none;
}

#footer a:hover {
color: #a4a3a3;
}

/* end of footer style */

#clear {
clear: both;
}


