/* CSS Document for loostad index */

* {
    margin: 0;
    padding: 0;
}

a:link {text-decoration: none; color: #ffffff;}
a:visited {text-decoration: none; color: #ffffff;}
a:active {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: none; color: #ffffff;}

body {
	background: #0099FF url(../img/bodybg_index.jpg) repeat-x;
	margin: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#container {
	margin: 0px auto;
	height: 450px;
	width: 450px;
	background: url(../img/container.jpg);
	padding: 50px 15px 15px;
}
#header {
	height: 300px;
	width: 450px;
}
#download {
	height: 110px;
	width: 300px;
	background: url(../img/download_flash.jpg) left bottom;
	float: left;
	clear: both;
}
#download a {
	text-indent: -2000px;
	display: block;
	background: url(../img/download_flash.jpg) bottom;
	height: 110px;
}
#download a:hover {
	background: url(../img/download_flash.jpg) top;
}

#enter {
	height: 110px;
	width: 150px;
	background: url(../img/enter.jpg) top;
	float: left;
}
#enter a {
	text-indent: -2000px;
	display: block;
	background: url(../img/enter.jpg) bottom;
	height: 110px;
	width: 150px;
	float: left;
}
#enter a:hover {
	background: url(../img/enter.jpg) top;
}
#skip {
	height: 30px;
	width: 290px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
.but {
	font-size: 10px;
	margin-left: 5px;
}
#skip form {
 width: 280px;
 text-align: center;
 color: #FFF;
 margin: 0 0 20px 0;
 /* ie hack ;) */
 margin: 0 !important;
 padding: 0;
 color: #0099FF;
}
