/* Eric Meyers Reset CSS rules */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
}

/* ------------------------------- MAIN STYLES --------------------------------------*/

body, html {
	position: relative;
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Palatino Linotype, Book Antiqua, Palatino, Times New Roman, serif;
	background-color:#fff;
	height:100%;
}
p { 
	color: #777;
	margin: 15px 0;
	font-size:14px;
	line-height:19px;
	}
p.fistpara {
	font-size:16px;
	line-height:21px;
	color: #000;

	}
h1 {
	margin: 70px 500px 8px 80px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
h2 {
	margin: 15px 500px 8px 105px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

/* ------------------------------- LINKS --------------------------------------*/

a {
	color: #fff; 
	background-color: #888;
	text-decoration: none;
	padding-top: 1px;
}
a:hover{
	color: #fff;
	background-color: #bbb;
}
	
/* ------------------------------- STRUCTURE --------------------------------------*/

#container{
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	height:100%;
}
.content {
background: url(images/bond_logo.jpg) no-repeat center 45px;
width:480px;
padding: 150px 0 50px 0;
margin: 0 auto;
}


