* {
	padding: 0;
	margin: 0;	
}
body {
	background: #000000 no-repeat url(http://www.discoopera.ro/images/background.jpg) top center;
	color: #FFFFFF;
}
#header {
	width: 900px;
	height: 160px;
	margin: auto;
}
#menu {
	width: 720px;
	height: 70px;
	margin: auto;
}

#menu img {
	border: 0;
}


#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	height: 70px;
	text-indent: -6000px;

}
#link1 { background: url(images/menu_01.jpg) no-repeat top; width: 180px; height: 70px;}
#link2 { background: url(images/menu_02.jpg) no-repeat top; width: 180px; height: 70px;}
#link3 { background: url(images/menu_03.jpg) no-repeat top; width: 180px; height: 70px;}
#link4 { background: url(images/menu_04.jpg) no-repeat top; width: 180px; height: 70px;}
#link1:hover, #link2:hover, #link3:hover, #link4:hover  { background-position: bottom;}












#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content h1 {
	font-size: 20px;
	padding-bottom: 10px;
}

#content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content li {
	line-height: 25px;
}

.djmc {
	width: 700px;
	margin: auto;
/*
	border: 1px solid red;
*/
}

.djmcimg {
	width: 300px;
	/*
border: 1px solid blue;
*/
	float: left;
}


.djmctxt {
	width: 400px;
/*
	border: 1px solid blue;
*/
	float: left;
}



#content {
	width: 800px;
	margin: auto;
	margin-top: 20px;
}

#photo_gallery {
	width: 640px;
	height: 480px;
	border: 1px #000000 solid;
	margin: auto;
}
#guestbook {
	width: 640px;
	margin: auto;
}

#guestbook table {
	width: 640px;
	border-collapse: collapse;
	font-family: verdana, lucida, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#guestbook table tr{
	width: 640px;
}
#guestbook .ttr {
	
}
#guestbook .btr {
	
}
#guestbook table tr td {
	padding: 5px;
}
#guestbook .tleft {
	width: 160px;
	border-left: 1px solid #83b5d0;
	border-top: 1px solid #83b5d0;
	border-bottom: 1px solid #83b5d0;
	background: #346884;
	text-align: center;
}
#guestbook .tright {
	width: 480px;
	border-right: 1px solid #83b5d0;
	border-top: 1px solid #83b5d0;
	border-bottom: 1px solid #83b5d0;
	background: #346884;

}
#guestbook .bleft {
	width: 160px;
	text-align: center;
}
#guestbook .bright {
	width: 480px;
	text-align: justify;
	padding: 10px;
	line-height: 15px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}