body {
	background:url(../images/bg.jpg) #000 top center no-repeat;
	font-family:"Arial";
	color:#fff;
}

img {
	border:none;
	outline:none;
}

#container {
	margin: 0 auto;
	padding: 0;
	width:950px;
	text-align:left;
}

#header {
	width:950px;
	height:50px;
	margin-bottom:30px;
}


#footer {
	width:950px;
	height:30px;
	background:url(../images/footernew.png) transparent top left no-repeat;
	text-align:right;
	margin-top:30px;
	clear:both;
}

#footer img {
	padding:0px 0px 0px 14px;
	outline:none;
	border:none;
}

.about img {
	padding: 100px 0px 100px 0px;
}

.menucontainer {
	text-align: right;
	float:right;
	width:500px;
	height:30px;
}

ul.menu li {
	list-style-type: none;
	display:inline;	
	margin-left:20px;
}

ul.menu li img {
	margin-top:32px;
	outline:none;
	border:none;
}

.contact-left {
	float:left;
	clear:both;
	width:560px;
	height:500px;
	line-height:22px;
	font-size:14px;
	font-weight:normal;
	padding-right:40px;
}

,contact-right {
	float:left;
	width:300px;
	height:500px;
}

.form-container {
	width:425px;
	margin:0 auto;
	padding:50px 0px 100px 0px;
}

.form-container input {
	padding:3px 0px 3px 0px;
}

.form-container input, .form-container textarea {
	width:300px;
	margin-bottom:10px;
}

.form-container input.submit-button {
	width:60px;
	float:right;
}

.thankyou {
	padding:100px 0px 100px 0px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}

a:link {
	color:#fff;
	text-decoration:underline;
}

a:visited {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:#fff;
	text-decoration:none;
}

.design {
	padding:50px;
	font-size:18px;
	line-height:32px;
}