/* menu drop down */
#dropmenudiv{
	position: absolute;
	border: 0px;
	border-bottom-width: 0;
	color: white;
	/* line-height: 18px; */
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 0px;
	padding: 0px;
	text-decoration: none;
}

body {
	background-image:url('images/backgrounds/background_top.jpg');
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#fdfeff;
}

#background_bottom_div {
	display: block;
	background-image: url('images/backgrounds/background_bottom.png');
	background-repeat: no-repeat;
	position:absolute;
	bottom: 0px;
	right: 0px;
	width: 2400px;
	height: 213px; 	
	z-index: -1000;
}

a.socialNetworks {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #78AAEF;
}

a:hover.socialNetworks {
	color: #983495;
	
}