@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px; /* for Opera */
	text-align: center;/* IE 5.X for windows fix */
	font: "Times New Roman", Times, serif;
	font-size: 12px;
}

#wrapper {
	text-align: center;
	width: 770px;
	margin: 0 auto;
}

#header {
	margin-top: 68px;
}

#photo {
	margin: 60px 0 0 0;
	text-align:center;
}

.photobdr {
	color: #8b8884;
	border: solid;
	border-style: double;
}

#enter {
	margin: 34px 0 50px 0;
}

a:link {
	text-decoration: none;
}

.caption {
	font-size: 90%;
}
