/*
Designed By: rtud
>. MAIN CSS
*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{
	background-color: #fff;
	text-align: center;
	position: relative;
}

#container{
	width: 790px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#logo{
	height: 81px;
	width: 712px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 15px;
}

#shadow{
	background: url(../img/bg_topics.png) no-repeat;
	width: 790px;
	height: 430px;
	text-align: center;
	position: center;
	margin: 0;
	padding: 0;
}

#footer{
	width: 790px;
	height: 30px;
	background: transparent;
	margin: auto;
	text-align: center;
	position: relative;
}
	
	#footer a{
		font: 11px Helvetica, Arial, Verdana, sans-serif;
		font-weight: bold;
		color: #b9b9b9;
		text-decoration: none;
	}
		
	#footer a:hover{
		color: #2e3671;	
	}
	
	#webmail{
		height: 15px;
		text-align: right;
		padding-right: 39px;
	}
	
	#copy{
		height: 15px;
		margin-left: 39px;
		font: 9px Helvetica, Arial, Verdana, sans-serif;
		color: #b9b9b9;
		font-weight: bold;
		text-align: left;
	}

.demo{
	color: #7e7e7e;
	width:790px;
	height: 25px;
	margin:auto;
	position:relative;
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	padding-left: 45px;
}
	