/* CSS Document */
body {
	background-color: white;
	font-family : "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 12pt;
}
img{
	border : 1px solid gray;
}

#left-flash{
	display: none;
}
#left-strech{
	margin: 0px 0px 0px 0px;
	padding: 0px 41px 10px 25px;
}
#left-data{
	width: 100%;
	height: 100%;
	border: 1px solid red;
}
#right-data{
	width: 100%;
	height: 100%;
	border: 1px solid yellow;
}
.menu{
	display: none;
}
#footer {
	display: none;
	}
#header{
	display: none;
}