
*  { 
	margin: 0px; 
	padding: 0px;
	border: 0px
	}

a {
	outline: none;
	}
	
a, a:visited, a:active {
	color: #5d7b85;
	text-decoration: underline;
	}
	
a:hover {
	color: #0000ff;
	text-decoration: underline;
	}
	
h1 {
	font-size: 2em;
	color: #0c00a;
	letter-spacing: 3px;
	line-height: 120%;
	}
	
body {
	background: url(images/cloud.jpg);
	margin:0 auto; 
	padding:0;
	color: #ffffff;
	}
	
#container {
	background: #94afb8;
	width:600px;
	height:auto;
	padding: 20px;
	margin:20px auto;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.6);
	}
	
#header {
	background-image: url(images/cloudHeader.jpg);
	width: 600px;
	height: 160px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.6);
	margin: 10px auto;