body {background-color:#FfF3F3;}

#wrap{
    background: #FFFFFF; /* Set content background to white */
    width: 615px; /* Set the width of our content area */
    margin: 0 auto; /* Center our content in our browser */
    margin-top: 50px; /* Margin top to make some space between the header and the content */
    padding: 10px; /* Padding to make some more space for our text */
    border: 1px solid #DFDFDF; /* Small border for the finishing touch */
    text-align: left; /* Center our content text */
}

#dud{
	background: #FFF3F3;
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px;
	border: 3px solid #000000;
	text-align: left;
}

body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a:link    {color:#0000FF;}
a:visited {color:#FF0000;}
a:hover	  {color:#008800;}

	p {text-indent:15px}