img, div { behavior: url(iepngfix.htc) }
body, html{
	padding: 0px;
	margin: 0px;
	height: 95%;
	width: 100%;
	text-align: center;
	background: url('../i/bg.jpg');
	background-color: #F4F4F4;
}
div#container
{
	width: 960px;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
    position: relative;
    
}
div.content
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}
div#priv
{
	width: 960px;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
    position: relative;
    background-color: #FFFFFF;
    
}
div#credits
{
    position: relative;
    width: 960px;
    height: 40px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
}
.text
{
    font-size: 7pt;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}
a { text-decoration: none; }
.norm { font-size: 8pt; }
.gray { color: #808080; }
.center { text-align: center; }
.left { text-align: left; }
.bold { font-weight: bold; }
.large { font-size: 10pt; }