/*---------------Body Layout------------*/

html,body {
	margin:0px;
	padding:0px;
	height:100%; /* needed for container min-height */
	/*background-image: url(images/background_stretch.gif);*/
	}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:680px;
	background-image: url(images/background_stretch.gif);
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}

/*div#contentbg {
	position: absolute;
	margin: 0 auto;
	width: 700px;
	background-image: url(images/background/centercontent_stretch.gif);
	top:119px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	}*/

/*-----------Content------------*/

.frank {
	position: absolute;
	width: 124px;
	height: 125px;
	left: 0px;
	top: 0px;
	}
	
.logo {
	position: absolute;
	width: 263px;
	height: 125px;
	left: 124px;
	top: 0px;
	}

.flash {
	position: absolute;
	width: 680px;
	height: 475px;
	left: 0px;
	top: 125px;
	}
	
/*------------Footer----------*/

.copyright {
	position: absolute;
	width: 212px;
	height: 25px;
	left: 124px;
	top: 600px;
	}
	
.designed {
	position: absolute;
	width: 199px;
	height: 25px;
	left: 336px;
	top: 600px;
	}