@charset "utf-8";
/* main */
body {
	color: #141414; font: 12px Arial, Helvetica, sans-serif;
	background: #9e9e9e;
}

body, img, li {
	margin: 0px; padding: 0px;
}

img {
	border: 0px;
}

li {
	list-style: square;
}

.heading1 {
	width: 100%; height: 40px;
	color: #0088cc; font: bold 17px Arial, Helvetica, sans-serif;
}

a {
	color: #0088cc; font: 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:hover {
	color: #0088cc; font: 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/*Other*/
.wrapper {
	width: 956px; background: #FFFFFF; margin: auto;
}
.top {
	width: 100%; height: 135px;
}
.logo {
	width: 491px; height: 90px; float: left;
	padding: 45px 0px 0px 50px;
}
.btn_outer {
	width: 415px; height: 30px; float: left;
	padding: 102px 0px 0px 0px;
}
.btn {
	width: 100px; height: 25px; float: left;
	text-align: center; background: #0088cc;
	color: #FFFFFF; font: bold 17px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.btn_outer a {
	width: 100px; height: 25px; float: left;
	text-align: center; background: #0088cc;
	color: #FFFFFF; font: bold 17px Arial, Helvetica, sans-serif;
	text-decoration: none; padding: 6px 0px 0px 0px;
}
.btn_outer a:hover {
	width: 100px; height: 25px; float: left;
	text-align: center; background: #474a4f;
	color: #FFFFFF; font: bold 17px Arial, Helvetica, sans-serif;
	text-decoration: none; padding: 6px 0px 0px 0px;
}

.header {
	width: 100%; height: 415px;
	background: url(https://www.naukri.com/gpw/hector/images/header.jpg) no-repeat;
}

.content {
	width: 645px; margin: auto;
	padding: 50px 0px;
}

.blank {
	width: 100%; text-align: justify;
}

.bottom {
	width: 100%; height: 40px; text-align: center;
	padding: 10px 0px 0px 0px;
	color: #FFFFFF; font: 11px Arial, Helvetica, sans-serif;
	background: #cbc9c9;
}

.bottom a {
	color: #FFFFFF; font: 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.bottom a:hover {
	color: #FFFFFF; font: 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}