/*main*/

@font-face {
	font-family: Helveticamazing;
	src: url('fonts/Helveticamazing.ttf');
}

@font-face-2 {
	font-family: WhisperADream;
	src: url('fonts/WhisperADream.ttf');
}

body {
	color:white;
	font-family:WhisperADream;
	font-size:200%;
	background-image: url('../images/bg/bg.png');
}

h1 {
	color:white;
	font-family:Helveticamazing;
	font-size:220%;
}

#body {
	position:absolute; 
	top:10px; 
	left:10px; 
	width:810px;
}

#banner{
}

#menu {
	background-color: rgba(100, 100, 100, 0.5);
	text-align:center;
	padding:5px;
	position:absolute;
	top:200px;
	width:160px;
	height:300px;
}

#content {
	background-color: rgba(100, 100, 100, 0.5);
	padding:10px;
	position:absolute;
	left:190px;
	top:200px;
	width:600px;
}

#image {
	width:300px;
}

/*links*/
a:link {
	font-style: 0;
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: white;
	font-style: underline;
}

a:active {
	color: gray;
	font-style: bold;
}
