html{
	margin:0;
	padding:0;
	background:#095aa9;	
}

body {	
	margin:0;
	padding:0;
	font-size:70%;	
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/intro_bg.jpg) top repeat-x;
}

#top {
	width:1000px;
	min-height:604px;
	margin:auto;
	/*background:url(images/tpage_top_bg.jpg) top left no-repeat; */
}
#header{
width:1000px;
height:162px;
background:url(images/intro_header_bg.jpg) top center no-repeat;
}
.moto{
margin:0;
text-align:center;
padding:122px 0 0 0;
font-family:"Myriad Pro Light","Myriad Pro Cond","Arial Narrow";
font-size:220%;
font-weight:normal;
color:#40a3d8;
}
#flash{
width:1000px;
height:344px;
}
#footer{
width:1000px;
height:62px;
}
.intro_but{
padding:0 0 0 445px;
}
.intro_button{
border:0;
text-decoration:none;
width:118px;
height:40px;
display:block;
background:url(images/intro_button.jpg) no-repeat;
}
a:hover.intro_button{
background:url(images/intro_button_active.jpg) no-repeat;
}
