/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

html,body{
	height: 100%;
	 min-height: 100%;
}

body > #container {

    height: auto;

}
