body,
html {
	margin:0;
	padding:0;
	/* background: #F8F8F8; */
}

body {
	font-family: monospace;
	background-image:url('light_orangem_500.png');
	background-repeat:no-repeat;
	background-position: 560px 80px;
}

#main {
	position:absolute;
	visibility:visible;
	width:450px;
	height:170px;
	top:100px;
	left:300px;
	font-family: MuseoSlab500;
	font-size: 16pt;
}

#maincontacts {
	position:absolute;
	visibility:visible;
	width:450px;
	height:170px;
	top:100px;
	left:180px;
	font-family: MuseoSlab500;
	font-size: 16pt;
}

#namebar {
	position:absolute;
	visibility:visible;
	width:550px;
	height:170px;
	top:75px;
	left:552px;
	font-family: MuseoSlab500;
	font-size: 75px;
	font-weight:bolder;
	word-spacing:10px;
}

#simplicity {
	position:absolute;
	visibility:visible;
	width:210px;
	height:20px;
	top:575px;
	left:900px;
	font-family: MuseoSlab500;
	font-size: 8pt;
	color:#C0C0C0;
}

a {
	color:#202020;
	text-decoration:none;
}

a:hover {
	color:#FC7901;
	text-decoration:none;
}

