body { 
	background:#111 url('../images/background.jpg') no-repeat center center; 
	font-family: 'Oswald', sans-serif;
	color:#f8f8f8;
	font-weight:100;
	margin:10% auto;
}
	
::selection { background-color:#705090;color:#fff; }
::-moz-selection{ background-color:#705090;color:#fff; }

a { text-decoration:underline; color:#fff; }
a:hover { text-decoration:none; }

h1, h2, p { text-align:center;width:690px;margin:0 auto; }

h1 { font-size:100px;font-weight:200; padding:0;opacity: 0.8;text-shadow:#333 0.1em 0.1em 0.2em; }
h2 { font-size:26px;font-weight:100;opacity: 0.8;text-shadow:#333 0.1em 0.1em 0.2em; }
p:last-child { font-size:16px;line-height:22px;color:#fff;padding:20px 0 20px 0;opacity: 0.8;text-shadow:#333 0.1em 0.1em 0.2em; }