* {
	margin: 0;
	padding: 0;
	outline: 0;
	list-style: none;
	}
html {
	height: 100%;
	}
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #ccc;
	line-height: 17px;

	height:auto !important;
	height:100%;
	min-height:100%;
	position: relative;
	}
#wrapper {
	padding-bottom: 70px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	}
a {
	color: #fff;
	text-decoration: underline;
	}
a:hover {
	color: #ed1165;
	text-decoration: none;
	}
h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	}
em {
	font-style: normal;
	color: #d6d6d6;
	}
li {
	padding-left: 15px;
	background: url(/img/design/bullit.png) no-repeat 7px 55%;
	}
p {
	clear: both;
	margin-bottom: 20px;
	}

.col {
	float: left;
	padding: 0 40px 0 0;
	margin-bottom: 20px;
	}
	.col ul {
		margin-top: 10px;
		}

#bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-width: 960px;
	display: block;
	//width: expression(document.body.clientWidth);
	//height: expression(document.body.clientHeight);
	}

#langs, #logo, #b1, #b2, #copy {
	}

#langs {
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	text-align: right;
	padding: 20px 10px 70px 0;
	}
	#langs a {
		color: #000;
		}
	#langs span {
		margin: 0 10px;
		padding: 3px 15px 6px 15px;
		background: url(/img/design/lang.png) no-repeat top center;
		}
#logo {
	width: 273px;
	height: 129px;
	margin-left: 268px;
	}
	#logo img {
		width: 273px;
		height: 129px;
		vertical-align: top;
		}

#b1 {
	background: url(/img/design/bg1.png) no-repeat top center;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/design/bg1.png", sizingMethod="scale");
	width: 203px;
	height: 103px;
	margin-left: 35px;
	padding: 15px;
	}

#b2 {
	background: url(/img/design/bg2.png) no-repeat top center;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/design/bg2.png", sizingMethod="scale");
	width: 591px;
	height: 206px;
	margin-left: 268px;
	padding: 30px;
	}
	#b2 a {
		font-size: 11px;
		background: url(/img/design/link.png) no-repeat top center;
		padding: 4px 15px 6px 15px;
		}


#copy {
	font-size: 9px;
	position: absolute;
	bottom: 15px;
	right: 50%;
	margin-right: -400px;
	}
