@charset "UTF-8";
/* CSS Document */

body { 
	background-color: #2c77a4;
	height: 100%;
	width: 100%;
	margin:0px;
}
/*--- Default CSS----*/
#cont {
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	position: relative;
	height:817px;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-shadow: -3px 0px 26px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: -3px 0px 26px -9px rgba(0,0,0,0.75);
	box-shadow: -3px 0px 26px -9px rgba(0,0,0,0.75);
}
#main {
	height: 536px;
    left: 350px;
    position: relative;
    z-index: 1;
}
#logo {
	 left: 37px;
    position: relative;
    top: -496px;
    z-index: 1;
}
#circ {
	height: 735px;
    left: 0;
    position: relative;
    top: -297px;
    width: 600px;
    z-index: 1;
}
#pdf {
       height: 300px;
    left: 65px;
    position: relative;
    top: -1203px;
    width: 200px;
    z-index: 2;
}
#foot {
    height: 300px;
    left: 100px;
    position: relative;
    top: -1131px;
    width: 200px;
    z-index: 0;
}
#main img{
	height: 651px;
	width: inherit;
}
#logo img{
	height:207px;
	width:350px;	
}
#circ img{
	height:367px;
	width:300px;
}
#pdf img{
    height:171px;
	width:300px;
}
/*--- END Default CSS----*/