body {
	width: 100%;
	background: url(images/redwhite.gif) repeat-y top center;
	text-align: center;
	margin: 0px auto;
}

#container {
	width: 900px;
	margin: 150px auto 0px;
	text-align: center;
}

#left {
	width: 396px;
	float: left;
}

#right {
	width: 412px;
	height: 396px;
	float: right;
	text-align: left;
}

#cross {
	width: 76px;
	height: 396px;
	float: left;
	border-right: 1px solid #faf6e1;
}

#text {
	width: 305px;
	padding-left: 30px;
	float: left;
}

#button {
	width: 305px;
	padding-left: 30px;
	padding-top: 30px;
	float: left;
}

.white {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #faf6e1;
	line-height: 17px;
}

img {
	border: 0px;
}

a:link {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:active {
	color:#FFFFFF;
}