* { margin:0; padding:0; }

html, body { width:100%; height:100%; }

body { font-family: Georgia, 'Times New Roman', serif; background-color: #fff; overflow: auto; color: #ccc; font-size: 13px; }

body { 
	color:#222; 
	background:#000 url("./img/bg130.jpg") no-repeat center center fixed;
	-webkit-background-size:cover; 
	-moz-background-size:cover; 
	background-size: cover;
	text-shadow:1px 1px 2px #000000;
}

h1 { font-weight:normal; margin-bottom:10px; color: #eee; font-size: 50px; }

a { text-decoration: none; color: #666; font-size:13px; text-transform:lowercase; font-variant:small-caps; letter-spacing:1px; padding:0 0.5em; }
a:hover { color: #fff; }

#container { background:rgba(0,0,0,.75); width: 100%; height:100%; }
	

