/* CSS Document */


/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-size:62.5%;
		text-align:center;
	}

#holder {
text-align:left;
padding:50px;
}


.request {
position:absolute;
bottom:50px;
right:0px;
width:200px;
height:78px;
}

.request a {
display:block;
width:200px;
height:78px;
text-indent:-3333px;
}