body {
background-color: #000;
}

p {
font-family: arial, sans-serif;
font-size: 10px;
color: #000;
}

#wrapper {
width: 450px;
height: 370px;
padding: 5px;
border: 1px solid #000;
margin: 5px auto;
border-radius: 17px;
-moz-border-radius: 17px;
-webkit-border-radius: 17px;
background-color: #FFF;
}

.border {
	border: thin solid #000000;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
