/* @override 
	http://www.bluesignwebdesign.com/midnite/style.css
	http://www.midnitereno.com/style.css */

@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Great+Vibes);


html{
	height: 100%; height: 100%;
}
body {
	height: 100%;width: 100%; margin: 0;
}
#main {
	 height: 100%; width: 100%;background-image:url('images/background.jpg'); background-size: 100%; background-position: bottom; background-repeat: no-repeat; background-color: #66ccff;
}

#title {
	margin: 40px; float: right; padding: 10px; width: 500px; text-align: right;
	}

#main h1 {
	margin: 0 0 -10px 0;font-family: 'Great Vibes', cursive;
	letter-spacing: -1px; font-size: 52px;text-align: right; text-shadow: 0 -1px 1px #99ccff;
}
#title p {
	font-size: 0.8em;color: #333;
}
#title a {
	color: #333; text-decoration: none; text-transform: capitalize;
}