@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	position:relative;
	background:url(images/strawbp_bg.png) fixed;
	text-align:center;
	z-index:1;
}

#container {
	position:relative;
	width:413px;
	margin:-6px auto;
	padding:0 10px 370px 10px;
	background-color:#f3f4f8;
	font:1.2em bold;
	font-family:serif;
	font-style:italic;
	color:#EA1544;
	text-align:left;
	z-index:3;
}

#container ul a {
	font:1em;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#EA1544;
}

#container ul li {
	margin-top:5px;
	background:#fff;
}

#container ul.left {
	position:fixed;
	margin:-60px 0 0 -110px;
	padding:5px;
	line-height:1.4em;
	list-style:none;
}

#container ul.right {
	position:fixed;
	margin:-60px 0 0 440px;
	padding:5px;
	line-height:1.4em;
	list-style:none;
}

#container img {
	margin-left:-10px;
	border:none;
}

#container h1 {
	text-align:center;	
	font-family:"Courier New", Courier, monospace;
	font-style:normal;
}

#container h4 {
	margin-top:1.2em;
	text-align:center;
}

#container p {
	margin-top:1.2em;
	line-height:1.4em;
	text-align:center;
}

#container a {
	font-weight:bold;
}

#container h3 {
	margin-top:1.2em;
	text-align:center;
	font-size:2em;
}

#intro {
	text-align:center;
}

#extraDiv1 {
	position:fixed !important;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30% !important;
	height:350px;
	min-height:350px;
	max-height:350px;
	background:url(images/bas.png) no-repeat 50% 0%;
	z-index:4;
}
