﻿body {
	font-family: tahoma;
	font-size  : 12px;
	
}

#global {
	background-color: #D0D0D0;
	position: relative;
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid black;
}

#top {
	margin: 10px 30px 10px 30px;
	height: 50px;
	width: auto;
	/*border: 1px solid black;*/
}
#linkFrame{
	/*width: 100%*/
	/*background-color: #BDBFCC;*/
	border: 1px solid black;
	/*position: relative;*/
	height: 30px;
}
.links {
	/*position: relative;*/
	top: 0px;
	left: 0px;
	width: 100px;
	/*border: 1px solid black;*/
	float: left
	/*margin: 5px 10px 5px 10px;*/
	/*text-align: center;*/
}

#main {
	clear:both;
	margin: 20px 30px 10px 30px;
	height: auto;
	/*width: 770;*/
	/*border: 1px solid gray;*/
}

#adress {
	margin: 5px 5px 5px 5px;
	width: auto;
	height: auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
	/*border: 1px solid black;*/
}

#updated {
	
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}