@charset "UTF-8";
body {
	background:#F7931E url(../images/TeleBlend_bg.jpg) top center no-repeat;
	min-width: 1020px;
	min-height:700px;
	font-family:Verdana, Geneva, sans-serif;
}

a {
	color:#5076D3;
}

#container {
	width:760px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#greeting {
	width:757px;
	padding-top:10px;
	float:right;
	font-size:36px;
	color:#fff;
	text-align:center;
	margin-bottom:18px;
	margin-top:10px;
	margin-right:2px;
}
#content {
	width:757px;
	margin-right:2px;
	height:400px;
	float:right;
	margin-bottom:160px;
}
#footer{
	width:757px;
	margin-right:2px;
	height:20px;
	float:right;
	font-size:12px;
	text-align:center;
	color:#959595;
}
	