@charset "utf-8";

* 
{
 margin:0;
 padding:0;
}
 
html
{
	background-color: #0a0a0a;
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	
}

#box
{
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 640px;
	height: 300px;
}

#navbar{
	width:100%;
	background-color:#000000;
	padding:5px;
	opacity: 0.75;
}

#navbar a{
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

ul
{
	margin-left: 30px;
}

.naturalspirit
{
	width: 300px;
	height: 300px;
	display: inline-block;
	background-image: url('images/naturalspirit.png');
	background-repeat: no-repeat;
}

.shaktimaya
{
	width: 300px;
	height: 300px;
	display: inline-block;
	background-image: url('images/shaktimaya.png');
	background-repeat: no-repeat;
}

.naturalspirit:hover, .shaktimaya:hover
{
	opacity: 0.5;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

#shadow_hover
{
	width: 300px;
	height: 300px;
	margin-right: 15px;
	display: inline-block;
	background-color:#000;
}

.small
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.small a
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

.small a:hover
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

#footer
{	
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	width: 100%;
	margin-bottom: 0;
	background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.4);
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p
{
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:400;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#footer a:active
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited
{
	color: #ffffff;
	text-decoration: none;
}