html, body
{
    margin: 0px;
    padding: 0px;
    background-color: #000;
    font: normal 11px/17px Tahoma, Helvetica, sans-serif;
    color: #e0e0e0;
    overflow-y: hidden;
}

body
{
    height: 100%;
}

img
{
    border: none;
    margin: 0px;
}

p
{
    margin: 0px;
}

a
{
    font-weight: bold;
    color: #b1da0c;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#MainContainer
{
    position: absolute;
    top: 50%;
    margin-top: -208px;
    width: 16400px;
}

#Logotype
{
    height: 72px;
    margin-left: 150px;
}


#Contents
{
    height: 325px;
    margin-left: 150px;
}

#Footer
{
    margin-left: 150px;
    height: 20px;
    font-size: 10px;
    color: #c0c0c0;
}

#WhoWeAre,
#WhatWeDo,
#OurClients
{
    float: left;
    width: 380px;
    color: #e0e0e0;
}

.OurClients
{
	width: 200px;
	float: left;
}

#OurContactCont
{
	height: auto;
	margin-left: 27px;
}

#OurContactCont div.OurContact
{
	width: 225px;
	float: left;
}


#WhatWeDo div.Wording,
#OurClients div.Wording
{
    margin: 47px 27px 0px 27px;
}

#WhatWeDo div.Wording p,
#OurClients div.Wording p
{
    margin-bottom: 17px;
}

#WhoWeAre
{
    height: 155px;
    color: #414917;
    background: url('../img/kim_jestesmy.png') no-repeat left top;
}

#WhoWeAre p
{
    margin: 47px 47px 0px 27px;
}

#WhatWeDo
{
    background: url('../img/co_robimy.png') no-repeat left top;
    width: 480px;
}

#WhatWeDo div.Contact
{
    clear: both;
    margin: 0px 0px 0px 0px;
}

#WhatWeDo div.Contact div.Label
{
    float: left;
    width: 50px;
}

#WhatWeDo div.Contact div.Description
{
    float: left;
    width: 160px;
	height: 60px;
    font-weight: bold;
}

#OurClients
{
    background: url('../img/dla_kogo_pracujemy.png') no-repeat left top;
	width: 455px;
}

div.Project
{
    float: left;
	display: block;
    width: 600px;
    height: 325px;
    margin-left: 20px;
	background: #000;
}

div.Project div.Image
{
    float: left;
    width: 400px;
    height: 300px;
    padding: 12px 10px 13px 10px;
    background: url('../img/projekt_tlo.png') no-repeat;
}

#Project div.Image img
{
    width: 400px;
    height: 300px;
}

div.Project div.Description
{
    float: left;
    width: 160px;
    margin-left: 10px;
    font-size: 10px;
    line-height: 13px;
}

div.Project div.Client
{
    font-weight: bold;
    margin-bottom: 6px;
}

div.Project div.Comments
{
    margin-bottom: 13px;
}

div.clear
{
	clear: both;
}
