body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/paper.jpg) left bottom fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	color: #000;
}
		@media only all and (max-width: 1024px) and (max-height: 768px) { /* Important: 1024x768px has the same ratio as 1280x960px */

body {	
	-moz-background-size: 1024px 768px;
	background-size: 1024px 768px;
			}
		}
#container {
	margin: 20px auto;
	width: 600px;
	padding: 25px;
	background: transparent url(img/white50.png);
	background: rgba(255, 255, 255, 0.5) none;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
		}

h1 {
	margin: 0;
}

p {
	margin: 10px 0 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}

.quoted {
	font-style: italic;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}

#container p {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

.ital {
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;

}

.launch {
	font-style: italic;
}
