/* CSS Document */

html,body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #446195;
	height: 100%;
	background-image: url(../images/img_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#continer{
	width: 100%;
	height: 100%;
	vertical-align: top;
	float: left;
}

