/** BASIC */
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

p, ol, ul {
	text-align: justify;
	line-height: 160%;
}

ul {
	list-style-type: square;
}

a {
	color: #999999;
	border-bottom: dashed 1px #999999;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-size: 12px;
	color: #000000;
	background: transparent url(images/bg_title.png) no-repeat;
	margin: 0px auto;
	height: 20px;
	width: 324px;
	padding-top: 3px;
	padding-left: 10px;
}

img {border: none;}

/** CONTENT */

div#main {background-image: url(img/bg.jpg);text-align:left;width:980px;height:600px;margin: 0 auto;}
#form {position: absolute; margin: 270px 0 0 30px; width: 400px;}
#twitter {position: absolute; margin: 270px 0 0 540px; width: 400px;}
#form-style input {background-color:#c9c9c9;border:1px solid #000000;color:#000000;margin:0;padding:5px;font-size: 14px; margin-bottom: 10px; vertical-align: middle;}
#form-style select {background-color:#c9c9c9;border:1px solid #000000;color:#000000;margin:0;padding:5px;font-size: 14px; margin-bottom: 10px; vertical-align: middle;}

