body {
	background-color: #123456;
	background-image: url("../img/background/fancy.jpg");
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}
	

#center {
	color: white;
	border: 1px solid white;
	min-height: 400px;
	background-color:gray;
	width:80%;
	margin: 2em auto;
	padding: 1em;
	text-align: left;
}

#menu {
	color: orange;
	float: right;
	padding: 1em;
	margin-bottom: 3em;
	width: 75px;
	border-left: 1px dotted black;
	border-top: 1px dotted black;
}

#projects {
	color: orange;
	float: right;
	padding: 1em;
	clear: both;
	width: 75px;
	border-left: 1px dotted black;
	border-bottom: 1px dotted black;
	
}


a {
	color: orange;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}