@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


body {
	background-color: black;
}

#page-wrap {
/*
	margin-left: auto;
  	margin-right: auto;
	width: 600px;
*/
}



#text a {
	font-style: italic;
	color: #1d2325;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
}

#text a:hover {
	background-color: #5f8b9e;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.centered {
	background-repeat: no-repeat;
	background-image: url(images/bg-plate.jpg);
	width: 449px;
	height: 622px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -261px;
	margin-left: -225px;
}

#text {
	text-align: center;
	text-shadow: 0px 1px #6398b3;
	font-style: normal;
	font-weight: normal;
	line-height: 21pt;
	padding: 250px 30px 25px 30px;
	color: #1d2325;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer {
	padding: 40px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #676b6b;
}

#footer a {
	color: #4b6a7b;
}

#footer a:hover {
	color: #477ca0;
}






