

html {
	height: 100%;

}

body{
	margin:0;
	padding:0;
	text-align:left;
	background: #CC0000;
	font-size:20px;
	color:#000000;
	font-family: Verdana, Geneva, Arial, sans-serif;

}

h1 {
	font-weight:bold;
	text-align:center;
	font-size:54px;
	color:#ff0000;
	
}

h2 {
	font-weight:bold;
	text-align:center;
	font-size:32px;
	color:#3366FF;
		
}

a:link, a:visited {
	text-decoration:none;
	color:#993300;
	font-weight:bold;

}

a:hover {
	color:#FF9933;

}

ul {

}

li {

}

img {
	border:none;

}

#page{
	width:900px;
	margin: 0 auto;
	background: url(../images/bg.png) 0 0 repeat-y;

}

#header {
	height:260px;
	background: url(..//images/header.png) 0 0 repeat-y;
	border: none;
}

#main {
	width:780px;
	padding: 0 60px 0 60px;	

}

#footer {
	height:130px;
	font-size:16px;
	color:#990000;
	background: url(..//images/footer.png) 0 0 repeat-y;

}

.style2 {
	text-align:center;

}

a.button {
    display: block; 
    width: 400px; 
    height: 110px; 
	background: url(..//images/Bay0.png) 0 0 repeat-y;
	
}

a.button:hover {
    background-position: 0 -110px;
	
}