A:link {
	color: #FBEC35;
}
A:visited {
	color: #FB0;
}
A:active {
	color: #ECA517;
}
A:hover {
	color: #FFEF85;
}

*{
    margin:0;
    padding:0;
}

html{
	height:100%;
}

body{
    text-align: center;
	height:100%;
	background-color: #000000;
	color:            #FFFFFF;
}

* html div.container{
	height:100%;
}

div.container {
	width: 100%;
	margin:0px auto;
	position:relative;
	min-height: 100%;
}

body > .container {
	height: auto;
}

.main {
	padding-bottom:70px;
}

.footer {
	position:absolute;
	left:0px;
	bottom:0px;
	height:70px;
	text-align:center;
	width:     100%;
	color:     #999999;
	font-size: 10pt;
}

.footerFilmLine {
	height: 18px;
	padding: 0px 0px 0px 0px;
	background-image:url("../image/film.gif");
	background-repeat:repeat-x;
}

.footerLinkLine {
	color:#999999;
}

.footerConfirmationComment {
	margin: 2px 0px 0px 0px;
	font-size:8pt;
}
.center {
	text-align:center;
	margin: 0 auto;
}

