* {
   margin: 0;
   padding: 0;
}

html {
   font-size: 62.5%;
}

body { 
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 9pt;
   text-align: center;
   background-color: transparent;
}

* html body * {
   border-color: transparent;
   background-color: transparent;
}

th, td {
	padding: 2px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.closeportlet {
   font-weight: bold;
   text-decoration: none;
}

#header, #headercontent {
   position: fixed;
   top: 0;
   left: 0;
   height: 40px;
   width: 100%;
   margin: auto;
   padding: 0;
   z-index: 10000;
}

#headercontent {
   z-index: 20000;
}

#container {
   position: relative;
   left: 0px;
   margin: 4px auto 4px auto;
   width: 100%;
   height: 100%;
}

#footer {
   width: 100%;
   position: fixed;
   height: 40px;
   bottom: 0;
   left: 0;
   border: 0;
   text-align: center;
   z-index: 10000;
}

#mainpage {
	width: 360px;
	height: 445px;
	margin: 3px auto;
	overflow: none;
}

#Banner {
	width: 355px;
	height: 54px;
	padding: 0px;
	margin: 0px;
}

#Icons {
	width: 355px;
	margin-top: 10px;
	padding: 0px;
	height: 272px;
}

.alert {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 0px;
	background: url(/images/alert.png) no-repeat top center;
	text-align: center;
	color: white;
	font-size: 10px;
}

#gamePortlet {
	width: 380px;
	display: block;
}
