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

body {
	margin:0;
	background-image:url(maingrafics/blackboard.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	color:#FFFFFF;
	font-size:16px;
}

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

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

a:link{
color:#FFFFFF;
text-decoration:none;
}
a:visited{
color:#FFFFFF;
text-decoration: none;
}
a:active{
color:#FFFFFF;
text-decoration: none;
}
a:hover{
color:#FFFFFF;
text-decoration: underline;
}

#welcome {
	margin:50px auto;
	font-family:EraserDust;
	text-align:center;
}

#headline {
	font-size:24px;
}

#container {
	width:1000px;
	margin:40px auto;
}

#banner {
	width:100%;
	float:left;
	text-align:left;
	font-family:EraserRegular;
	margin-bottom:0px;
}

#footer {
	width:100%;
	float:left;
	text-align:center;
	font-family:EraserRegular;
	margin-top:30px;
}

#impression {
	width:300px;
	float:left;
	text-align:center;
	vertical-align:middle;
}

.impression_img {
	border-style:solid;
	border-color:#CCC;
	border-width:medium;
}

#content {
	width:680px;
	float:left;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#menu {
	width:100%;
	text-align:center;
	font-family:EraserRegular;
	margin-bottom:40px;
}

.header {
	font-weight:bold;
	font-size:18px;
}

#likebox-frame{
	width:645px;
	height:425px;
	overflow:hidden;
}

#likebox-frame iframe{
	margin-top:-1px;
	margin-left:-1px;
}
