			body{
				background-color: #C0DEED;
				margin:0;
				padding:0;
			}
			a:link{
				text-decoration: none;
				color:#FFF;
			}			
			a:visited {color: #fff;text-decoration: none;}
			#header{
				height:180px; 
				background: #8EC1DA url(images/bg-clouds.png) repeat-y scroll left top;
				text-align:center;
				margin-top:-30px;
			}
			
			#header h1{
				padding-top:35px;
				font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
				color:white;
				font-size:45px;
			}
			
			#content{
				background-color:#C0DEED;
				height:500px;
				width:980px;
				margin:25px auto 0 auto;
				-moz-border-radius:10px;
				-webkit-border-radius:10px;
			}
			#content p{
    background:rgba(255, 255, 255, 0.2);
    -moz-border-radius:16px;-webkit-border-radius:16px;border-radius:16px;
	color:#fff;
    display: block;
    font-family: bigcat,georgia;
    font-size: 25px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    text-transform:uppercase;
    padding:0 10px;
			}
			.puff {
	position: absolute;
	width: 0px;
	height: 0px;
}
/*#smokeSpawn{
		background:url("images/top.png") no-repeat scroll 0 0 transparent;
		bottom:0;
			left:50%;
	margin-left:360px;
	position:fixed;
	}*/