html, body {
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
}

a, img, div {
    margin: 0;
    border: 0;
    padding: 0;
}

html {
    display: table;
    width: 100%;
}

body {
    display: table-cell;
    vertical-align: middle;
    background: #050511;
	color: #9B9BA0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#center {
	margin: 0 auto;
    width: 760px;
    height: 530px;
}

#center .line {
    margin-top: 30px;
	height: 110px;
	background-image: url(images/nawias.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#center .bg {
	background-image: url(images/bg.gif);
	background: #050511;
}

#center .bg:hover {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: 365px 0px;
}

#center .line a.link {
    float: left;
}

#center .line1 {
    margin-top: 0px;
}

#center .text {
    margin-top: 10px;
	margin-right: 50px;
	width: 310px;
	float: right;
	line-height: 20px;
	text-align: justify;
}

/* \*/
* html #center .text {
    margin-right: 25px;
}
/* */

#center .text a {
    color: #9B9BA0;
	text-decoration: none;
}

#center .text strong {
    display: block;
}

#center .uc {
    text-align: center;
}

#center .uc img {
    margin-top: 34px;
}

#IEbug1
{
    height: 50%;
    margin-top: -265px;
    visibility: hidden;
}

#IEbug2
{
    width: 100%;
    text-align: center;
}

