body {
	background-image:url(../images/THUNDERSPORT%20pics/THUNDERSPORT%20ADVERT1%20_smal.jpg);
	background-color:#FFFFFF;
	background-position:top;
	background-repeat:repeat;
	}
	body .header {
		width: 880px;
		margin-left:auto;
		margin-right:auto;
		margin-top: 60px;
		height: 216px;
		* margin-top: 45px;
		* width: 890px;
		
	}
	body .content {
		background-image:url(../images/content_bg.png);
		background-repeat:repeat-y;
		background-position:center;
		width: 878px;
		margin:auto;
	}
	body .top {
		width: 880px;
		margin-left: auto;
		margin-right: auto;
	}
	body .text {
		padding-left: 40px;
		padding-right: 40px;
		}
		
	body .contact {
		float:left;
	}
		body .contact .address {
			width: 300px;
			float:left;
		}
		body .contact .form {
			width: 400px;
			background-color: #999999;
			padding: 10px;
			border: solid 1px #000000;
			float:left;
		}
		body .contact .form input {
			margin-top:5px;
			margin-bottom: 5px;
			border: solid 1px #333333;
			padding: 3px;
			}
		body .contact .form textarea {
			margin-top:5px;
			margin-bottom: 5px;
			border: solid 1px #333333;
			padding: 3px;
		}
		body .contact legend {
			border: solid 1px #000000;
			padding: 2px;
			background-color: #CCCCCC;
			font-weight: bold;
		}
		body .contact fieldset {
			padding: 20px;
		}
		body .contact fieldset input {
		 margin-top: 5px;
		 background-color:#CCCCCC;
		 border: solid 1px #000000;
		}
		body .contact fieldset textarea {
			background-color:#CCCCCC;
			border: solid 1px #000000;
		}

