* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
/* IE 6 */
* html body {
	padding-top: 12px;
}
/* IE 7 */
*:first-child+html {
	padding-top: 12px;
}
h1{
	height: 22px;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 9px;
	text-align: left;
	font-weight: bold;
	margin-right: 2px;
	background: transparent url(../img/teaser_red_head_bg.png) repeat-x scroll left top;
}
h2 {
	font-size: 12px;
	text-transform: uppercase;
	height: 76px;
}
a img {
	border: none;
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	color: #FF0000;
}
ul {
	float: left;
	list-style-type: none;
	padding-left: 3px;
	margin-bottom: 7px;
	text-align: left;
}
li {
	padding: 2px;
}
.link-lg {
	font-weight: bold;
	padding-right: 10px;
	margin-right: 10px;
	background: transparent url(../img/link_arrow.gif) no-repeat scroll right bottom;
}
.game .link-lg {
	margin-right: 6px;
}
#container {
	padding-top: 20px;
	width: 532px;
	text-align: center;
}
#logo {
	position: absolute;
	top: 5px;
	left: 350px;
}
.box {
	margin: 12px 0px 2px;
	padding-bottom: 2px;
	background: transparent url(../img/teaser_box.png) no-repeat scroll left bottom;
}
.box .head {
	background: transparent url(../img/teaser_head_shadow.png) no-repeat scroll right top;
}
.box .main {
	background: transparent url(../img/teaser_right_shadow.png) repeat-y scroll right top;
}
.box .main .sep {
	height: 1px;
	line-height: 1px;
	max-height: 1px;
	overflow: hidden;
}
.box .main .game {
	width: 258px;
	padding-top: 6px;
	border-top: 1px solid #CECECE;
	float: left;
	margin: 0px 2px;
	text-align: left;
	background-color: transparent;
}
* html .box .main .game {
	margin-top: 3px;
}
*:first-child+html .box .main .game {
	margin-top: 3px;
}
.box .main .first {
	border: none;
	padding-top: 0px;
}
.game img {
	height: 90px;
	width: 120px;
}
.game .start {
	float: right;
}
.main .more {
	width: 522px;
	margin-left: 3px;
	text-align: right;
	border-top: 1px solid #CECECE;
	margin-top: 3px;
	padding: 3px 1px;
	clear: both;
}
* html .main .more {
	margin-left: 0px;
}
.box .smallImg {
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
}
