@charset "utf-8";
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
}
#main {
	background-position: center center;
	background-image: url(Images/karina3.jpg);
	background-repeat: no-repeat;
	border: thin solid #000000;
	height: 454px;
	width: 604px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -227px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -302px;
}
#text {
	margin-top: 320px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 280px;
}
