/*

Designed & coded by MOJITO Agencja Kreawtyna
All Rights Rserved

Main Colors:
grey: #7d7d7d
pink: #c83aa9
orange: #f09c28
blue: #39b8eb

*/

body {
margin: 0;
padding: 0;
font-family: calibri, arial, sans-serif;
color: #7d7d7d;
background-color: white;
}

img {
border: none;
}

li,ul, p, h1, h2 {
margin: 0;
padding: 0;
}

li {
list-style: none;
}

a {
text-decoration: none;
color: #7d7d7d;
}

a:hover {
color: #c83aa9;
}

#container {
width: 960px;
margin: 0 auto;
}

h1 {
margin-right: 120px;
margin-bottom: .25em;
text-align: right;
font-size: 12pt;
font-weight: bold;
}

h1 span {
font-size: 16pt;
font-weight: bold;
}

#main {
position: relative;
width: 960px;
height: 528px;
background: url('../images/index_main.png') no-repeat;
}

#main p {
font-size: 10pt;
margin-right: 120px;
text-align: right;
font-style: italic;
}

#main a {
text-decoration: underline;
}

#main a#portfolio {
position: absolute;
width: 68px;
height: 26px;
top: 404px;
left: 143px;
background: url('../images/index_portfolio.png') no-repeat;
}

#main a#klienci {
position: absolute;
width: 42px;
height: 13px;
top: 363px;
left: 258px;
background: url('../images/index_klienci.png') no-repeat;
}

#main a#bulb {
position: absolute;
width: 23px;
height: 40px;
top: 455px;
left: 312px;
background: url('../images/index_bulb.png') no-repeat;z
}

#footer {
margin-top: 2em;
font-size: 10pt;
font-weight: bold;
width: 100%;
overflow: hidden;
position: relative;
}

#footer ul {
float: left;
margin: 0;
padding: 0;
position: relative;
left: 50%;
}

#footer ul li {
display: block;
float: left;
padding: 0 0;
position: relative;
right: 50%;
}

#footer ul li a {
display: block;
padding: 0px 10px;
}