@charset "utf-8";
/* CSS Document */

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

body {
	background:#c0c0c0;
	text-align:center;
}

#logo {
	width: 220px;
	height: 97px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -110px;
	margin-top: -49px;
}

#icons {
	width: 455px;
	height: 102px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -230px;
	margin-top: -51px;
}

#header {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	text-align: left;
}

#footer {
	position:absolute;
	bottom: 0px;
	left: 0px;
}

#center {
	margin: 30px auto;
}

img {
	border:none;
}

a:focus {
	outline: none;
}

.gallery td {
	padding: 10px;
}

#contact {
	top: 0;
	right: 75px;
	position: absolute;
	height: 740px;
	width: 1244px;
}

#left {
	position: absolute;
	top: 232px;
	left: 0;
	float: left;
	width: 354px;
}

#right {
	float: right;
	background-image:url(../images/contact_03.jpg);
	width: 690px;
	height: 740px;
}




