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

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

/*whole site*/
* {margin:0px; padding:0px:}
*{border:0;}

body {
	font-family: Futura, Arial, sans-serif;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width:1042px;
	height:592px;
	background-image:url(../images/background.gif);

}

div.page
{
	background-repeat:no-repeat;
	height:592px;
	width:1042px;
	margin:0px;
}

div.sixbuttons
{
	margin:80px 0px 100px 800px; 
	width:100px; 
	position:absolute;
	text-decoration:none;
}

div.closebutton
{
	/*Close button location*/
	 margin:525px 0px 100px 845px;
	padding:0 px;
	width:51px;
	position:absolute;
	top: 21px;
	left: 1px;
}

div.closebutton2
{
	/*Close button location*/
	 margin:525px 0px 100px 845px;
	padding:0 px;
	width:51px;
	position:absolute;
	left: 25px;
	top: 23px;
}

.textlink
{
	/*Font formatting for text links*/
	
	color:#FFF;
	text-decoration:none;
}

a a:hover
{
	color: #566c7e;
}

