
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background:#000 url(../images/bg.gif);
	font:70.5% Tahoma, Verdana, Arial, sans-serif; 
	color:#FFFFFF;
}
h1 {
	background: url(../images/logo.png) no-repeat left top;
	text-indent:-9999px;
	display:block;
	width:100%;
	height:30px;
	margin:50px auto;
}
.important {
	color:#fff;
	margin:0;
	font-weight:bold; 
}
.details {
	color:#fff;
	margin:0;
	font-weight:bold; 
}
a {
	color:#186cc4;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#186cc4;
	font-weight:bold;
	text-decoration:underline;
}
hr {
	border:none;
 	color: #fff;
	background-color:#CCCCCC;
	height: 1px;
}
#top {
	height:18px;
}
#container {
	width:380px;
	margin:0 auto;
	text-align:center;
	height:100%:
}
p {
	line-height:1.6em;
}
img {
	border:none;
}
.download {
	float:left;
	margin-right:10px;
}
.skip {
	clear:both;
	margin-bottom:15px;
	text-align:left;
}
.content {
	margin:4.2em 0 0 2.6em;
	text-align:left;
	width:340px;
}
.content2 {
	margin:2em 0 0 2.6em;
	text-align:left;
	width:340px;
}
#services {
	list-style:none;
	margin-left:2.8em;
	padding:0;
	text-align:left;
}
#services li {
	padding:0.1em 0 0.1em 14px;
	background:url(../images/list-bullet.gif) no-repeat left center;
}
