* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url(/redirect_images/bg_color.png) repeat;
}
table.center {
	border-collapse: collapse;
	border: none;
	width: 100%;
	height: 522px;
}
table.center td {
	text-align: center;
}

div.container {
	position: relative;
	width: 790px;
	height: 522px;
	background: url(/redirect_images/bg_main.png) no-repeat;
}

h1 {
	font-size: 21px;
	font-weight: bold;
	position: absolute;
	top: 138px;
	left: 235px;
	color: #fff;
}

p {
	position: absolute;
	z-index: 25;
	top: 188px;
	left: 235px;
	text-align: left;
	width: 330px;
	font-size: 14px;
	color: #58595b;
	line-height: 18px;
}
	p a {
		color: #f46e02;
		text-decoration: none;
	}
	p a:hover {
		text-decoration: underline;
	}
	p.demand {
		top: 272px;
	}
	
a.plus img {
	position: absolute;
	top: 322px;
	left: 235px;
	border: none;
}
	a.plus:hover, a.facebook:hover {
		text-decoration: none;
	}
a.facebook img {
	position: absolute;
	top: 322px;
	left: 469px;
	border: none;
}
