body{
	margin : 2% 6% 6% 6%;
	background-image:url(bg_web.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	background-size:cover;
}

#divHeader{
	height:20%;
	font-size:40pt;
}

#divMenubar{
	margin-top:2%;
	margin-bottom:2%;
	margin-left:-1%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(220,220,220)), to(rgb(200,200,200)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(220,220,220)), to(rgb(200,200,200)));
	background-color : #eeeeee;
}

#divLogin{
	padding: 2% 2% 2% 2%;
	text-align:center;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	padding : 20 20 20 20;
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(220,220,220)));
	background-color : #eeeeee;
}

#divSidebar{
	padding: 0% 2% 2% 2%;
	
}

#divSponsor{
	margin-top:2%;
	padding: 2% 2% 2% 2%;
	text-align:center;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(220,220,220)), to(rgb(200,200,200)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(220,220,220)), to(rgb(200,200,200)));
	background-color : #eeeeee;
	
}

#divContent{
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(220,220,220)), to(rgb(200,200,200)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(220,220,220)), to(rgb(200,200,200)));
	background-color : #eeeeee;
	font-size:16pt;
	padding: 2% 2% 2% 2%;
}

#divFooter{
	margin-top:0.5%;
	float:left;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(220,220,220)), to(rgb(200,200,200)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(220,220,220)), to(rgb(200,200,200)));
	background-color : #eeeeee;
	width:100%;
	padding-top:1%;
	font-size:16pt;
	height:8%;
	text-align:center;
	margin-bottom:2%;
}

.lblLogin{
	font-size:14pt;
}

.txtLogin{
	width:80%px;
}

#btnLogin{
	margin: 10 10 10 10;
	width:40%;
	height:5%;
	font-size:12pt;
}

.sponsor_logow{
	width:180px;
	height:auto;
	margin: 5 5 5 5;
}

.sponsor_logo{
	width:120px;
	height:auto;
	margin: 5 5 5 5;
}