@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-color:#000;
}

#container {
	height:600px;
	width:800px;
	margin: 0 auto;
	text-align: center;
	background-image:url(../laf_web_Soon.jpg);
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
}

#header {
	height:180px;
}

#tagline {
	height:30px;
}

#text {
	height:360px;
	margin:20px;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#B2D235;
	line-height:30px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#007939;
	line-height:20px;
}
	