/* CSS Document */

/* Global */

html,body,#bg,#bg table,#bg td,#cont{
    width:100%;height:100%;
    overflow:hidden;
}


* {
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
	list-style-type:none;
}

body {
    line-height: 1.5;
	font-size:62.5%;
	font-family:'pf_dindisplay_proregular';
	background:url(../img/gfx/loading.gif) #000;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: 400;
    text-align: left;
}

img {
	border:0;
}

a img {
    border: 0 none;
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
	clear:both;
}