@charset "utf-8";
/* CSS Document */

body	{
	background-image: url("../images/shadow.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	overflow: hidden;
	margin: 0;
}

a	{
	cursor: pointer;
}

#container	{
	width: 100%;
	position: absolute;
	top: 50%;
}

#timeofday	{
	position: relative;
	top: 0px;
	left: 50%;
	margin-top: -250px;
	margin-left: -450px;
	width: 900px;
	height: 500px;
}

#cityscape	{
	background-image: url("../images/transparency.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	width: 900px;
	height: 500px;
}

#youtube	{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 500px;
}

#music	{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 500px;
}

#facebook{
	position: relative;
	float: right;
	right: 245px;
	top: 0px;
	width: 90px;
	height: 500px;
}

#heartgallerie	{
	position: relative;
	float: right;
	right: 20px;
	top: 0px;
	width: 110px;
	height: 500px;
}

#raptar	{
	position: relative;
	float: left;
	left: 20px;
	top: 0px;
	width: 300px;
	height: 500px;
}
/*fight page*/

#about_container	{
	width: 950px;
	height: 660px;
	padding-top: 0px;
	padding-left: 0px;
	display: none;
	left: 709.5px;
	position: absolute;
	top: 606.5px;
	z-index: 9999;
	background-color: #000;
}
