html
{
	margin: 0;
	padding: 0;
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:20px;
	padding:0;
	font-family: 'FuturaFuturisC';
	color: #333;
	background-color: #fff;
}

#all {
height: 100%;
width: 100%;
}

    .place_time ul.left{
        padding-top: 20px;
    }
    
    .place_time li{
        float: left;
        /*margin-left: 140px;*/
        width: 305px;
        padding-top: 43px;
        font-size: 16px;
        list-style: none;
    }
    
    .place_time li.blue{
       background: url('img/m_blue.jpg') no-repeat top left;
    }
    
    .place_time li.pink{
       background: url('img/m_pink.jpg') no-repeat top left;
    }
    
    .place_time li.green{
       background: url('img/m_green.jpg') no-repeat top left;
    }