﻿/* Smak static page - CSS Document */

body {
	background: #babd9b url(../images/bg.jpg) repeat-x top center;
}

#wrapper {
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
	position: relative
}

.logo {
	width: 650px;
	height: 140px;
	position: absolute;
	top: 150px;
	left: -10px;
	z-index: 300;
}

.images {
	width: 1020px;
	height: 665px;
	margin-left: -430px;
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 400;
}

.textOne {
        width: 275px;
        height: 115px;
	position: absolute;
	top: 670px;
	left: -10px;
	z-index: 500;
}

.textTwo {
	position: absolute;
	top: 680px;
	left: 310px;
	z-index: 300;
}

.textThree {
	position: absolute;
	top: 680px;
	left: 800px;
	z-index: 300;
}

.textFour {
	position: absolute;
	top: 500px;
	left: -70px;
	z-index: 300;
}

