@charset "UTF-8";

html, body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	
}
.table_platforms{
	width: 100%;
}
.table_platforms td{
	text-align:center;
	vertical-align: top;
}
#main_div{
	width: 1000px;
	min-height: 100%;
	position: relative;
	text-align:left;	
}
#header_div{
	height: 114px;
	width: 100%;
}
#name_app{
	position: relative; 
	top: 20px;
	height: 71px;
	padding-left: 161px;
	font-size: 40px;
	background-repeat:no-repeat;
	background-image:url(images/header_marker.png);
	padding-top: 10px;
}
#content_div{
	padding-bottom: 20px;
}
#footer_div{
	height: 20px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	position: absolute;
	text-align: center;
	border-top: 1px solid #858585;
}
img{
	border: 0px;
}