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


.body {
	position: absolute;
	top: 50%;
	margin-top: -330px;
	margin-left: -300px;
	left: 50%;
	width: 600px;
	height: 600px;
	text-align: center;

}

.text {
	font: 16px 'arial_narrowregular', Arial, sans-serif;
	line-height: 15px;
	color: #888;
	font-weight: 100;
	font-size: 24px;
	}	

a:link {
	color: #888;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #888;
	
}
a:hover {
	text-decoration: none;
	color: #a44747;
	
}
a:active {
	text-decoration: none;
	color: #666;
}

@font-face {
    font-family: 'arial_narrowregular';
    src: url('fonts/arial_narrow-webfont.eot');
    src: url('fonts/arial_narrow-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arial_narrow-webfont.woff') format('woff'),
         url('fonts/arial_narrow-webfont.ttf') format('truetype'),
         url('fonts/arial_narrow-webfont.svg#arial_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	@font-face {
	font-family: 'Comic Sans MS';
	src: url('fonts/lucidahandwriting.eot');
	src: local('fonts/☺'), url('fonts/lucidahandwriting.woff') format('woff'), url('fonts/lucidahandwriting.ttf') format('truetype'), url('fonts/lucidahandwriting.svg#webfontpYMyyBXE') format('svg');
	font-style: normal;
}
