* { margin:0; padding:0; text-decoration:none; }
body {
	color:#504227;
	font-family:verdana, helvetica, sans serif;
	border-top:7px #333 solid;
	}
div#immapresentingmyself {
	position:absolute;
	height:100%;
	width:100%;
	background:#EFF3CD url('coucou.jpg') bottom right no-repeat;
	}
div#immapresentingmyself p#ohhai {
	margin:5%;
	font-size:49px;
	text-transform:uppercase;
	}
div#immapresentingmyself p#ohhai a { color:#EFF3CD; }
div#immapresentingmyself p#obviouslyilikethoseshit {
	margin-left:5%;
	width:600px;
	margin-top:30px;
	font-size:23px;
	}
div#immapresentingmyself strong {
	font-style:italic;
	color:#EFF3CD;
	background-color:#504227;
	}
div#whereami {
	position:absolute;
	height:100%;
	width:100%;
	top:100%;
	color:#EFF3CD;
	background-color:#333;
	font-family:georgia, verdana, sans serif;
	}
div#whereami a { color:#EFF3CD; }
div#whereami h1 { margin:5% 0 0 5%; font-size:49px; font-style:italic; }
div#whereami h2 { margin:-1% 0 0 24%; font-size:10px; font-style:italic; }
div#whereami p {
	margin:5% 0 0 5%;
	font-size:40px;
	}
div#whereami p strong {
	font-style:italic;
	}
div#whereami p a {
	color:#333; background-color:#EFF3CD;
	}