html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: normal normal 12px Arial, sans-serif;
	background: #cf343f url(../images/bg.gif) repeat scroll top left;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#container {
	width: 100%;
	height: 589px;
	background: transparent url(../images/bg_strip.png) repeat scroll bottom left;


}

#wrap {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5%;
	width: 465px;
}

#link_c {
	margin: 5px 0 0 5px;
	
}

#link_c a{
	text-decoration: none;
	padding: 0 10px;
}

img { border: 0 solid #999; behavior: url(../iepngfix.htc) }