

body {
	background: #cacaca url(../images/background.jpg) top center no-repeat;;
	font-family: Calibri;
	padding-bottom: 40px;
    line-height: 130%;
    
}



/* ---- Header ---- */

header {
	width: 800px;
	margin: 50px auto 0 auto;
}

header h1 {
	font-size: 14px;
	font-weight: bold;
	color: #17406d;
}

company
{
    width:400px;
    float:left;
    text-align: right;
    padding-right: 0px;
}

open
{
    width:300px;
    float:left;
    text-align: left;
    margin-left: 10px;
}

header p {
	margin: 20px 0 0 3px;
	font-size: 14px;
	color: #272727;
}



/* ---- Main Area ---- */
#head{
    position: relative;
	width: 800px;
    margin: 50px auto 0 auto;
}
#main {
	position: relative;
	width: 382px;
    height: 175px;
	margin: 180px auto 0 auto;
    padding: 25px 0 0 0;
    text-align: center;
    vertical-align: middle;
	background: url(../images/content_bg.png) top left repeat;
}

#footer {
	position: relative;
	width: 150px;
    height: 100px;
	margin: 30px auto 0 auto;
    padding: 0;
    text-align: center;
    vertical-align: middle;
	background: url(../images/oknoplast.png) top left no-repeat;
}

#footer_text {
	position: relative;
	width: 150px;
    height: 20px;
    margin: 10px auto 0 auto;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

#footer_text a {
	font-size: 14px;
	font-weight: bold;
	color: #17406d;
}

#footer_text a:hover {
	
	color: #333;
}
