#file {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}

#Upload {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 300px;
}

body {
	/* background-image:url('../images/background.jpg'); */
	background-image:url(info/background.jpg);/*your background image*/
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/*css hack for ie*/     
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.image.jpg',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.jpg',sizingMethod='scale')";
}

.WETASPHALT {
	color: #3498DB;
}

.SUNFLOWER {
	color: #2C3E50;
}