
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/images/blue.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}

img {
	border: none;
}

#main {

	width:960px;
	height: 750px; 
	padding-left:0; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0; 
	clear:both;
	background: url(/images/design1.jpg) no-repeat top left;
	/*border-top: solid 1px #4a7ebb;*/
	/*border-bottom: solid 1px #4a7ebb*/
}

img.image{ display: none; }

dl#linksmap{
	margin: 0;
	padding: 0;
	position: relative;
}

dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
dd{ margin: 0; padding: 0; position: absolute;  font-size: 85%; }

dd#aboutMeDef { left: 115px; top: 164px; width: 175px; height: 158px }
dd#aboutMeDef a { position: absolute; width: 175px; height: 158px; text-decoration: none; }
dd#aboutMeDef a span{ display: none; }
dd#aboutMeDef a:hover span {
	display: block;
	text-indent: 0;
	position: relative;
	left: -58px;
	top: -41px;
	margin: 0;
}

dd#galleryDef { left: 331px; top: 164px; width: 154px; height: 154px }
dd#galleryDef a { position: absolute; width: 154px; height: 154px; text-decoration: none; }
dd#galleryDef a span{ display: none; }
dd#galleryDef a:hover span {
	display: block;
	text-indent: 0;
	position: relative;
	left: -72px;
	top: -54px;
	margin: 0;
}

dd#contactDef { left: 518px; top: 163px; width: 134px; height: 134px }
dd#contactDef a { position: absolute; width: 134px; height: 134px; text-decoration: none; }
dd#contactDef a span{ display: none; }
dd#contactDef a:hover span {
	display: block;
	text-indent: 0;
	position: relative;
	left: -72px;
	top: -65px;
	margin: 0;
}

dd#linksDef { left: 703px; top: 163px; width: 155px; height: 147px; }
dd#linksDef a { position: absolute; width: 155px; height: 147px; text-decoration: none; }
dd#linksDef a span{ display: none; }
dd#linksDef a:hover span {
	display: block;
	text-indent: 0;
	position: relative;
	left: -59px;
	top: -49px;
	margin: 0;
}