﻿* {
 padding: 0;
 margin: 0;
}

img {
	border: 0;
}

a {
	color: #53535c;
	text-decoration: none;
}

a:hover {
	color: #bf1e2e;
	text-decoration: none;
}


body {
	background: url(../images/background_6.jpg) no-repeat fixed;
	background-position: center;
	background-color: black;
	font: 18px Arial, Helvetica, sans-serif;
	color: #53535c;
	margin-top: 60px;
}

#wrapper {
	margin: auto;
	width: 800px;
}

#main {
	margin: 0px 250px 0px 84px;
}

#logo {
	width: 79px;
	float:left;
}

#contact {
	float: right;
	width: 205px;
	padding: 15px 20px 15px 20px;
	height: 236px;
	background:white;
}

#slogan {
	height: 52px;
	background: white;
	padding: 27px 0px 0px 15px;
}

#description {
	margin-top: 5px;
	padding: 25px 30px 25px 30px;
	background: white;
	height: 132px;
}

#footer {
	margin-top: 5px;
	height: 45px;
	position: relative;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: orange;
}

#clientLogin {
	position: absolute;
	padding: 11px 18px 11px 18px;
	top: 0px;
	right: 0px;
	background-color: #bf1e2e;
}

.red {
	color: #CC0000;
}