ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, img {
	margin:0;
	padding:0;
	border: 0;
}

a {
	outline: none;
}

ul { 
	list-style:none;
}

body {
	background: #e0e8ec url('../images/layout/bgBody.png') left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 62.5%;
	padding: 0 0 0 0;
}

div#wrap {
	width: 400px;
	margin: 45px auto 0 auto;
}


h1 {
	width: 243px;
	height: 325px;
	text-indent: -5000px;
	background: transparent url('../images/layout/logo.gif') 0px 0px no-repeat;
	margin: 0 auto 15px auto;
}

p {
	color: #304a58;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
	text-align: center;
}

a:link, a:visited {
	color: #304a58;
	text-decoration: none;
}

a:hover, a:active {
	color: #446e84;
	text-decoration: underline;
}

p.more a:link, p.more a:visited {
	width: 185px;
	height: 76px;
	display: block;
	text-indent: -5000px;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

p.more a:hover, p.more a:active {
	background-position: 0px -76px;
}

p.more a#btnContact {
	background-image: url('../images/layout/btnContact.gif');
	float: left;
	margin-left: 20px;
}

p.more a#btnTwitter {
	background-image: url('../images/layout/btnTwitter.gif');
	float: right;
	margin-right: 0px;
}




