img, div { 
	border:0;
	padding:0;
	margin:0;
}

html,body {
	height:100%;
	padding:0;
	margin:0;
}

p {
	padding:7px 0;
	margin:0;
}

#vertical {
	position:absolute;
	top:50%;
	margin-top:-317px;
	height:640px;
	width:100%;
	padding:3px 0;
}

#header {
	position:relative;
	width:100%;
	height:130px;
}

#header #logo {
	position:relative;
	left:-247px;
	top:12px;
	width:468px;
	height:108px;
	margin-left:50%;
}

#menu {
	position:relative;
	width:100%;
	height:25px;
}

#buttons {
	position:relative;
	left:-300px;
	top:0;
	width:600px;
	height:25px;
	margin-left:50%;
}

#container {
	position:relative;
	width:100%;
	height:460px;
	overflow:hidden;
}

#container #content {
	position:relative;
	left:-600px;
	top:0;
	width:100%;
	height:460px;
	margin-left:50%;
	margin-right:-600px;
}

#footer {
	position:relative;
	width:100%;
	height:25px;
}

#footer #contact{
	position:relative;
	left:-175px;
	top:0;
	width:350px;
	height:25px;
	margin-left:50%;
}
