body {
	background: #FFFFFF url("images/bg_slice.jpg") top repeat-x; 
	color: #555555;
	margin: 60px;
	padding: 0;
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}


#wrapper {
    background: #FFFFFF url("images/logo.gif") top no-repeat; 
	width: 960px;
	margin-left: auto;
    margin-right: auto 
}

.textBox {
    width: 800px;
    border-bottom: 1px dotted #575656;
    margin-left: auto;
    margin-right: auto;
    padding-top: 260px;
    padding-bottom: 30px;
}

h1 { 
	text-align: center;
	font-weight: normal;
	line-height: 42px;
	font-size: 20px;
}

p { 
	text-align: center;
	color: #d23232;
}

p a {
	font-weight: bold;
	color: #c1e0e0;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}