.content {
	width: 726px;
	background-color: #FFFFFF;
	padding: 15px;
	border: thin solid #000000;
	text-align: left;
	font-size: small;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
body {
	background-color: #6699FF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/shiva.gif);
	background-attachment: fixed;
}
.logo {
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
.image {
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
h1 {
	font-size: large;
	text-align: center;
}
h2 {
	font-size: medium;
}
.footer {
	font-size: x-small;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 50px;
	padding-top: 10px;
}
