@charset "ISO-8859-1";
a {
	text-decoration: none;
}

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

p.center { font-family: arial; text-align: center; font-size: 20px;}

.box{
border: 2px solid #ccc;
    background-color: white;
	padding:20px;
    margin:20px 0 0;
    max-height:150px;
    max-width:300px;
	box-shadow: 10px 10px 5px #888888
}

#wrapper {
	padding: 0 0 5em 0;
	height: 100%;
	width: 100%;
	float: left;
	margin-bottom: -10%;
	margin: 0 auto;
}

.textbig {
	font-family: Arial;
	font-size: 75px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: text-bottom;
}