﻿* {
	margin:0;
	padding:0;
	}

	body{
		font-family: Tahoma, Arial;
		font-size: 12px;
		color:#454748;
		background:#EEE;
		}
		
				label{
					display:none;
					width:0;
					height:0;
					border:0;
					margin:0;
					}		
		#container{
			position:relative;
			width:64.17em;
			height:62.08em;
			border:solid 1px #000;
			margin:1em auto;
			margin-bottom:1em;
			background:#FFF;
			padding:0;
			}
			
			#menu{
				position:relative;
				width:100%;
				height:4.17em;
				background:url(/images/bkg_1.gif) repeat;
				display:block;
				border:0;
				margin:0;
				padding:0;
				z-index:99;
				}
				
			#banner{
				position:relative;
				width:100%;
				height:15.83em;
				float:left;
				background:url(/images/bkg_2.gif) repeat;
				border:0;
				margin:0;
				z-index:97;
				}
				
				#logo{
					position:relative;
					border:0;
					top:35%;
					left:5%;
					}
				#server{
					border:0;
					position:absolute;
					float:right;
					right:5em;
					top:0;
					background:#fff;
					}
					
			#footer{
				position:relative;
				width:100%;
				height:7.08em;
				display:block;
				float:left;
				background:url(/images/bkg_6.gif) repeat;
				}
				#footer p{
					display:block;
					font-size:0.8em;
					color:#FFF;
					margin:2em 0 0 2.4em;
					line-height:1em;
					}
				#footer a{
					font-size:0.8em;
					text-decoration:none;
					color:#44556e;
					margin:0 0 0 2.4em;
					}
				#footer a:hover{
					text-decoration:underline;
					}
				.clear{
					clear:both;
					}