#my_photot {
	float: left;
	font-size: 24pt;
}

header {
	color: #ff8c1a;
	padding-left: 40%;
}

#main_section {
	color: #ffffff;
}

body {			
	max-width: 960px;
	margin: 10px auto;
	color: white;
}

html { 
	background: url("wd/css/background_HP.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#main_section {
	border-radius: 15px;
	border: 3px dashed #4a4; 
	margin: .5em; 
	padding: .5em;
	border-color: black;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul li {
	float: left;
	width: 200px;
	height: 40px;
	background-color: black;
	opacity: .8;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	margin-right: 2px;
}

ul li a {

	text-decoration: none;
	color: white;
	display: block;
}

ul li a:hover {
    background-color: #0000cc;
}

ul li ul li {
	display: none;
}

ul li:hover ul li {
	display: block;
}