@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #999999;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	height: auto;
	background-image: url(bg3.png);
	background-repeat: repeat-y;
}
#picture {
	float: right;
	width: 410px;
	margin-right: 10px;
	margin-top: 0px;
}
#contact form {
	width: 300px;
	margin-left: 50px;
	float: left;
}

