@charset "utf-8";
body {
	background-color: #000;
	font-family: 'TheanoDidotRegular';
	color:#fff;
	font-size:20px;
}
@font-face {
    font-family: 'TheanoDidotRegular';
    src: url('TheanoDidot-Regular-webfont.eot');
    src: url('TheanoDidot-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('TheanoDidot-Regular-webfont.woff') format('woff'),
         url('TheanoDidot-Regular-webfont.ttf') format('truetype'),
         url('TheanoDidot-Regular-webfont.svg#TheanoDidotRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.container {
	width:800px;
	margin:0px auto;
	padding-top:20px;
	text-align:center;
}
a {
	text-decoration:underline;
	color:#fff;
}
.itals {
	font-style: italic;
}
