@import url('boilerplate/reset.css');
@import url('boilerplate/typography.css');

html, body { position: absolute; width: 100%; height: 100%; overflow: hidden; }
body { background-color: #000; margin: 0; padding: 0; }

#wrapper 	{ position: absolute; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 30; }

#horizon 	{ position: absolute; position: absolute; width: 100%; height: 1px; top: 60%; overflow: visible; color: white; }
#backimage	{ position: absolute; width: 600px; height: 400px; left: 50%; margin: -250px 0 0 -300px; background: black url('images/pre-home2.jpg') no-repeat center center; display: none; }
#langs		{ position: absolute; width: 300px; height: 40px; right: 0; bottom: 180px; font-size: 18px; text-align: right; }
#langs a	{ color: white; text-decoration: none; }
#langs a:hover { color: #999; }


