﻿body
{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/stripe.png);
	background-repeat:repeat;
}
/*Div's*/

#container
{
	width:100%;
	height:100%;
	padding: 0px;
	
	
	
}

#main
{	position: absolute;
	width:800px;
	height:600px;
	margin-left:25%;
	margin-top: 5%;
	border: thin #000000 solid;
	background-color:#FFFFFF;	
	
	
}

#header
{	position: absolute;
	width:710px;;
	height:100px;
	/*background-image:url(../img/header.jpg);*/
	background-repeat:no-repeat;
	left: 40px;
	top: 25px;
	background-color:#FFFFFF;
}

#menu
{
	position: absolute;
	width:100px;
	height:400px;
	top: 150px;
	margin-left: 40px;
	/*border: #c32e2e dashed thin; */
	
	
	
}
#content
{
	position: absolute;
	width: 550px;
	height: 400px;
	left: 200px;
	top: 150px;
	z-index: 200;
	overflow:auto;
	background-color:#FFFFFF;
	
}

	
	
