body {
	background-color:rgb(209, 210, 212);
	background-image:url(/img/background.png);
	background-repeat:repeat-x;
}
#menu ul li a, #contacts a {
	color:rgb(141, 141, 141);
	border-bottom:1px solid rgb(141, 141, 141);
}
#menu ul li a:hover, #contacts a:hover{
	border-bottom:2px solid rgb(141, 141, 141);
}
#contacts {
	position:absolute;
	top:157px;
	left:150px;
	opacity:0.8;
	background-color:white;
	font-family:Georgia;
	font-size:14px;
	color:rgb(141, 141, 141);
	padding:10px;
	width:330px;
	cursor:move;
	padding-bottom:15px;
}
#contacts p {
	margin:0px;
}
.minimize {
	position:absolute;
	left:324px;
	top:10px;
}
.black {
	color:black;
	font-size:12px;
}
#minimized {
	position:absolute;
	left:270px;
	top:40px;
	height:16px;
	padding:8px;
	opacity:0.8;
	background-color:white;
	display:none;
}
