@charset "UTF-8";
/* CSS Document */

html {
        background: url(images/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/bg.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.jpg', sizingMethod='scale')";
}

* { margin: 0; padding: 0; }

#page-wrap { 
		width: 450px; 
		margin: 50px auto; 
		padding: 20px; 
		background: white; 
		-moz-box-shadow: 0 0 20px black; 
		-webkit-box-shadow: 0 0 20px black; 
		box-shadow: 0 0 20px black; 
}
		
p { 
		font-family:Arial, Helvetica, sans-serif;
		margin: 0 0 30px 0; 
		text-indent: 40px; 
}

retreat { 
		font: 15px/2 Georgia, Serif; 
		margin: 0 0 0px 0; 
		text-indent: 0px; 
}

#red-wrap { 
		width: 450px;
		height: 30px;
		margin: 0px auto; 
		padding: 10px; 
		background: red; 
		color: white;
		font-family:Arial, Helvetica, sans-serif;
		font-size:small;
		-moz-box-shadow: 0 0 20px black; 
		-webkit-box-shadow: 0 0 20px black; 
		box-shadow: 0 0 20px black; 
}
