/* CSS Document */
body 
{
background-color:black;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

div.show
{
left: 1%;
overflow:hidden;
position:absolute;
top:0px;
hight:150px;
width:200px;

}

div.show2
{
left:80%;
overflow:hidden;
position:absolute;
top:0px;
hight:150px;
width:200px;
}

div.top
{	
		background-color:black;
		top:0px;
		position:absolute;
        width:100%;
		height:5.5cm;
		text-align:center;
		left:0px;
	}
	
div.left
{
		background-color:Black;
		position:absolute;
		width:3cm;
		hight:100%;
		left:0px;
		top:5.5cm;  		
}

div.center
{
        background-color:#000080;
		position:absolute;
		top:4cm;
		left:3cm;
		hight:auto;
		width:80%;
		border-color:#0099FF;
		border:thick;
		border-bottom:thick;
		border-bottom-style:solid;
		border-left:solid;
		border-right:solid;
		border-top:solid;
	
}
div.centerHome
{
        background-color:#000080;
		position:absolute;
		top:4cm;
		left:3cm;
		hight:auto;
		width:80%;
		border-color:#0099FF;
		border:thick;
		border-bottom:thick;
		border-bottom-style:solid;
		border-left:solid;
		border-right:solid;
		border-top:solid;
	
}
div.img
{
top:0px;
left:24%;
position:absolute;
background-color:#000000;
}
div.imgLogo
{
top:0px;
left:5cm;
position:absolute;
background-color:#000000;
}

h1.title
{
font-size:16px;
text-decoration: underline;
}

div.img2
{
margin-top:6cm;
}

div.img3
{
margin-left:4cm;
}
