@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
/* CSS Document */

#wrapper {
	width: 678px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo {
	vertical-align: middle;
	text-align: center;
	padding: 35px;
	border: medium ridge #000;
}
#logo_box {
	padding: 35px;
	border: medium ridge #000;
	background-image: url(images/rundet-logo-images.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 345px;
	background-position: center center;
}
#logo_copy {
	font-family: Arial;
	font-size: 18px;
	line-height: 18px;
	color: #000;
	margin-top: 323px;
	float: right;
	width: 400px;
}
#logo_copy a {
	color: #000;
	text-decoration: underline;
}

