* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #AAAAAA;
	background-color: #327095;
}

a:link, a:visited, a:active {
	color: #BABABA;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #BABABA;
}

input, select, textarea {
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #BABABA;
}

img {
	border: 0;
}

#main {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 530px;
	height: 298px;
	margin-left: -396px;
	margin-top: -149px;
	overflow: hidden;
}

#contact {
	position: absolute;
	top: 0;
	left: 262px;
	width: 308px;
	height: 298px;
	padding-top: 10px;
	padding-left: 70px;
	background-image: url(../img/contact.jpg);
	cursor: pointer;
}

#work {
	position: absolute;
	top: 0;
	left: 308px;
	width: 305px;
	height: 298px;
	padding-top: 10px;
	padding-left: 70px;
	background-image: url(../img/work.jpg);
	cursor: pointer;
}

#about {
	position: absolute;
	top: 0;
	left: 351px;
	width: 305px;
	height: 298px;
	padding-top: 10px;
	padding-left: 70px;
	background-image: url(../img/about.jpg);
	cursor: pointer;
}

#logo {
	position: absolute;
	top: 0;
	left: 394px;
	width: 136px;
	height: 298px;
	padding-top: 10px;
	padding-left: 70px;
	background-image: url(../img/logo.jpg);
	cursor: pointer;
}