@charset "utf-8";
/* CSS Document */

/* NORMALIZATION START */

/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

img {
margin:0;
padding:0;
display:block;}



/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
border: 0;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}


/* NORMALIZATION END */

/* LAYOUT */

html {
	position: relative;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;

	
}

body {
	font-size:62.5%;
	margin: 0 auto;
	width: 1000px;
	height:600px;
	text-align:left;
	position: relative;

}

h1 {
	text-indent:-30000px;
	width: 1000px;
	height:600px;
	background-image:url(../images/background/background.png);
	background-repeat:no-repeat;
}

a {
	display:block;
	height:139px;
	width:215px;
	text-indent:-30000px;
	outline:none;

}

.nav1{
	background-image:url(../images/background/nav1.jpg);
	position:absolute;
	top:255px;
	left:155px;
}
.nav2{
	background-image:url(../images/background/nav2.jpg);
	position:absolute;
	top:350px;
	left:375px;
	}
.nav3{
	background-image:url(../images/background/nav3.jpg);
	position:absolute;
	top:255px;
	left:590px;
}
.nav1:hover{
	background-position:0 -141px;
	background-repeat:no-repeat;
}
.nav2:hover{
	background-position:0 -140px;
	background-repeat:no-repeat;
}
.nav3:hover{
	background-repeat:no-repeat;
	background-position:0 -139px;
}
/* LAYOUT END */


/* MAIN NAVIGATION */
