﻿body 
{
	font-family : Tahoma, Arial, Sans-Serif;
	font-size : 12px;
}
h1
{
	font-size : 25px;
}
a:link, a : visited
{
	text-decoration : none;
	color : Blue;
}
a:hover
{
	color : Red;
}
.Header
{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 800px;
	background-image: url(/Meteorem/Images/header_bg.gif);
	background-repeat: repeat-x;	
}
.Footer
{
	top: 700px;
	left: 0px;
	position: absolute;
	width: 100px;
}
.Menu
{
	top: 140px;
	left: 10px;
	width: 200px;
	height : 500px;
	position: absolute;			
}
.Content
{
	top: 120px;
	left: 200px;
	position: absolute;
	width: 700px;	
	height : 1200px;
	/*background-color : #bbd6f5;
}
