html {
	background: #92c5e6;
}

body {
	font: 18px Helvetica Neue, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #ffffff;
	margin: 0;
	background: #92c5e6 url(img/rays.png) no-repeat center 0;
}

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

a:hover {
    color: #417494;
    text-decoration: underline;
}

img {
    border: none;
}

.clear {
	clear: both;
}


div#wrapper {
	margin: auto;
	width: 960px;
	background: #92c5e6 url(img/rays.png) no-repeat center 0;
}

a#invoice {
	margin-top: 50px;
	margin-left: 95px;
	width: 360px;
	height: 503px;
	background: url(img/invoice.png) no-repeat;
	float: left;
}

div#content {
	margin-left: 50px;
	width: 430px;
	float: right;
}

h1#title {
	margin-top: 90px;
	width: 250px;
	height: 45px;
	float: left;
}


div#subtitle {
	color: #3c7ca6;
	text-shadow: #cce4f3 0px 1px 0px;
	font-weight: bold;
	width: 400px;
	margin-top: -75px;
	float: none;
}

div#features {
	margin-top: 40px;
	text-shadow: #3c7ca6 1px 1px 3px;
}

div#features span#featurestitle {
	font-size: 24px;
	font-weight: bold;
}

div#features ul#featureslist li {
	list-style-image: url(img/star.png);
	margin-top: 12px;
	margin-left: 14px;
}

a#button {
	background-position: 0px 0px;
	margin-top: 30px;
	margin-left: 60px;
	width: 349px;
	height: 80px;
	background: url(img/button.png) no-repeat;
	float: left;
}

a#button:hover {
	background-position: 0px -80px;
}

div#tag {
	margin-top: 110px;
	margin-left: 332px;
	width: 114px;
	height: 104px;
	background: url(img/tag.png) no-repeat;
}

div.add-box {
	margin-top: 40px;
	margin-left: 60px;
	width: 260px;
	height: 80px;
	background: url(img/add-box1.png) no-repeat;
	float: left;
}

div#add-box1-content {
	padding-left: 12px;
	padding-right: 0px;
	padding-top: 10px;
}
div#add-box2-content,
div#add-box3-content {
	padding-left: 13px;
	padding-right: 20px;
	padding-top: 8px;
}

#kredilogo {
	display: block;
	background: url("img/kredi-logo.png") no-repeat;
	background-position: 0px 0px;
	width: 232px;
	height: 74px;
	margin-top: 0px;
	margin-left: 0px;
}
#kredilogo:hover {
	background-position: 0px -76px;
}


div#footer {
	font-size: 12px;
	/*color: #5ca0cb;*/
	color: #2c709b;
	/*color: black;*/
	/*text-shadow: #c4dbe8 0 1px 0;*/
	text-shadow: #999 0px 0px 1px;
	padding: 30px 0;
	text-align: center;
	clear: both;
}
