* {
    margin: 0;
    padding: 0;
}

.clear {
	clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

body {
    text-align: center;
	background: #0d0d0d;
}

#page {
	width: 1002px;
 	margin: 0 auto;
    text-align: left;
	border-left: 1px solid #BF9F62;
	border-right: 1px solid #BF9F62;
}

/*  TOP  */
#top {
	position: relative;
	width: 1000px;
	height: 434px;
	margin-top: 0px;
	margin-left: 0px;
	background: url('images/top.jpg') no-repeat;
}

#logo {
	position: absolute;
	left: 91px;
	top: 283px;
	width: 184px;
	height: 92px;
}


#menu {
	position: absolute;
	left: 282px;
	top: 290px;
	width: 645px;
	height: 80px;
	text-align: center;
}

/*  MAIN  */
#main {
	position: relative;
	width: 1000px;
	text-align: center;
}

#content {
	position: relative;
 	margin: 0 auto;
	width: 756px;	
}

#content a:hover {
	text-decoration:none;
}

#image-border {
	float: left;
	margin-left: 15px;
	top: 15px;
	width: 380px;
	height: 310px;
	background: url('images/photo-border.jpg') no-repeat;
}

#gimage-border {
	width: 250px;
	height: 210px;
	background: url('images/gphoto-border.jpg') no-repeat;
}


#main-top {
	position: absolute;
	left: 114px;
	top: -30px;
	width: 772px;
	height: 22px;
}

#main-bottom {
	position: absolute;
	left: 114px;
	bottom: -30px;
	width: 772px;
	height: 22px;
}

/*  FOOTER  */
#footer {
	width: 1000px;
	height: 213px;
	background: url('images/footer.gif') no-repeat;
}

#menu-footer {
	margin-left: 140px;
	margin-top: 40px;
	width: 757px;
	height: 48px;
}

#menu-footer a:hover {
	text-decoration:none;
}

#info1 {
	margin-left: 126px;
}

#music {
	margin-left: 126px;
}

#info2 {
	margin-left: 705px;
}

