* {

	margin: 0;

	padding: 0;

}

body {

	font-family: arial, sans-serif;

	font-size: 12px;

	background: url("../images/page2.jpg") no-repeat center top;

	position: relative;

}

a img {

	border: 1px solid #ccc;

}



a {

	color: #FFFFFF;

	text-decoration: none;

}

a:hover {

	visibility: visible;

/* IE bug fix */

}

a:hover img {

	border: 1px solid #729AD7;

}

h1 {

	font-size: 14px;

}

h2 {

	font-size: 12px;

}

.page {

	
        padding: ;




}

.header {

	position: relative;

	width: 760px;

	height: 200px;

	overflow: hidden;

	font-size: 160%;

}

.header a {

	display: block;

	width: 760px;

	height: 170px;

	cursor: pointer;

	padding: 20px 0 0 0;

	text-align: center;

	color: #8AA7B5;

}

.header span {

	display: block;

	position: absolute;

	left: 0;

	top: -13px;

	width: 760px;

	height: 183px;

	background: url("../images/h1.png") no-repeat left top;

