html, body{
	margin:0px;
	padding:0px;
	height:100%;
}
body{
	background:url('images/backrepeat.png') bottom repeat-x #29435e;
}
#backwrap{
	background:url('images/back.jpg') bottom center no-repeat;
	width:100%;
    min-height:650px;
	height:100%;
	text-align:center;
}
#container{
	margin:0px auto 0px auto;
	width:1000px;
	height:596px;
}
#left{
	text-align:left;
	background:url('images/mainback_01.png');
	font-family:Times New Roman, serif;
	color:#fff;
	float:left;
	width:423px;
	height:596px;
}
#right{
	background:url('images/mainback_02.png');
	float:left;
	width:577px;
	height:596px;
}
#righti{
	text-align:left;
	position:relative;
	margin:45px 0px 0px -4px; 
}
#logo{
	margin:50px 0px 0px 110px;
	font-size:35pt;
	text-align:left;
}
.mainlink a{
	text-decoration:none;
	color:#fff;
}
.mainlink a:hover{
	text-decoration:none;
	color:#ff7200;
}
.mainlink{
	margin:42px 0px 0px 110px;
}
.mainlinkMain{
	font-size:25pt;
}
.mainlinkSub{
	font-size:10pt;
	margin-top:0px;
}
.tile{
	color:#fff;
	width:120px;
	height:120px;
	overflow:hidden;
	float:left;
	margin:4px;
	position:absolute;
	font-family:verdana;
	background:url('images/backrepeat.png');
}
	.closelink{
		cursor:pointer;
		background:#29435e;
		padding:5px;
		float:right;
		margin-right:15px;
	}
	.tilei{
		margin-left:10px;
		font-size:12px;
	}
	.tileii{
		height:100px;
		overflow:auto;
	}
	h2{
		color:#ff7200;
		margin:0px;
	}
	.button{
		text-decoration:none;
		color:#fff;
		background:#3a6e91;
		padding:3px;
		font-size:.8em;
		border-top:1px solid #96b8cd;
		border-left:1px solid  #80a4ba;
		border-right:1px  solid #2b5873;
		border-bottom:1px solid #143548;
		cursor:pointer;
		float:left;
	}
	#closeButton{
		cursor:pointer;
	}
	#playButton{
		cursor:pointer;
	}

