* {
    margin: 0;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	z-index: 1;
	xbackground-image: url(/academic/iits/copyright/p2p/footer.png);
	xbackground-position: right bottom; /*Positioning*/
	xbackground-repeat: no-repeat;
	xbackground-attachment: fixed;
}

a, a:active, a:hover, a:visited {
	color: blue;
}

.glyphicon, a .glyphicon {
	font-size: 70px;
	color: #E85205;
}

#footer {
	background-color: #E85205;
	color: #FFF;
	font-size: 20px;
	line-height: 50px;
	padding-top: 10px;
}

	#footer .glyphicon, #footer a .glyphicon {
		font-size: 50px;
		color: #FFF;
	}

/*#xbackground {
	height: 100%;
	position: relative;
	background-image: url("/academic/iits/copyright/p2p/background5.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

#logo {
	margin-top: 50px;
	border: none;
}

#wrapper {
	xz-index:2;
	xpadding-top: 20px;
	xpadding-bottom: 100px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px;
}

#push {
	height: 70px;
}

h1 {
	text-align: center;
	font-size: 45px;
	padding-bottom: 30px;
	font-weight: bold;
}

h1.title {
	font-size: 60px;
	margin-top: 60px;
}

ul li {
	margin-bottom: 12px;
}

ul li ul li {
	font-size: 30px;
}