body {
	width:1000px;
	margin:0 auto;
	padding:0;
	background:#000000;
	color:#ddd;
}
header, nav, article, aside, section, footer, address {
	display:block;
}

a:link {
    color:#fc3;
    font-style:normal;
    text-decoration:underline;
}
a:visited {
    color:#fc6;
    text-decoration:none;
}
a:hover {
    color:#999;
    font-style:normal;
    text-decoration:underline;
}
a:active {
    text-decoration:none;
}
img {border-style:none;}
a img {border-style:none;}
#lang {
	text-align:right;
	font-size:10px;
	margin:-2em 115px 0 0;
}
aside {
	float:right;
	width:180px;
}
footer {
	clear:both;
	text-align: center;
	padding:5px 95px;
	font-size: 10px;
	margin:20px 0 100px 0;
	border-top:1px solid #4a4a4a;
}
