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

@import "reset.css";

html, body {width:100%; height:100%;}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#003147;
	color:#fff;
	font-size:69%;
	line-height:1.25em;
	position:relative;
	text-align:center;
	}
textarea, input, select {
	font-family:Arial, Helvetica, sans-serif;
} 
a {color:#fff; text-decoration:underline;}
a:hover {text-decoration:none;} 
hr {display:none;}

#sky {height:100%; background:url(img/top.png) repeat-x scroll left bottom;}
#flowers {height:100%; background:url(img/bottom.jpg) repeat-x scroll center bottom;}

#main {width:750px; height:100%; margin:0 auto; text-align:left; position:relative;}
#main h1 {position:absolute; left:175px; bottom:340px; width:355px; height:255px; text-align:center; line-height:255px; overflow:hidden; font-size:7em;}

#bubble {width:312px; height:145px; background:url(img/bubble1.png); position:absolute; right:-10px; bottom:310px; overflow:hidden; color:#666;}
#bubble a {color:#418ccb;}
#bubble .ll {margin:25px 30px 5px 70px; padding-bottom:5px; text-align:center; border-bottom:1px solid #d9d9d9;}
#bubble .print {margin:10px 30px 0 70px; text-align:center;}

#top {position:absolute; right:0; top:0;}
#top p {padding:10px; font-size:1.45em;}
#top p a {color:#759ab2; text-decoration:none;}
#top p a img {display:block; border-bottom:1px solid #759ab2;}
#top p a:hover img {border:none;}
