@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------------CORE*/
html, body{
	height: 100%;
}

body{
	padding: 0;
	margin: 0;
	background: #311430 url(/images/bg_backend.gif) center top repeat-x;
}
#core{
	width: 100%;
	height: 100%;
	color: #573859;
	font: 10px "Trebuchet MS";
	line-height: 1em;
	text-transform: uppercase;
}
/*---------------------------------------------------------------------------------------PLATFORM*/
.platform{
	width: 740px;
	height: 490px;
	padding: 30px;
	background: #271126 url(/images/bg_platform-home.gif) center center repeat;
	margin: 25px 25px 15px 25px;
}
/*---------------------------------------------------------------------------------------CONTAINER*/
.container{
	display: block;
	position: relative;
	width: 724px;
	height: 474px;
	border: 8px solid #b083be;
	background: white url(/images/bg_container-home.jpg) left center no-repeat;
}
	.container div{
		position: absolute;
		top: 8;
		right: 50px;
		height: 474px;
		background: url(/images/bg_pinkwrapper.png) center center repeat-y;
		color: white;
		font: italic 18px "Times New Roman", Times, serif;
		text-transform: none;
		line-height: 1.1em;
	}
	.container div a{
		display: block;
		width: 104px;
		height: 34px;
		background: url(/images/btn_enter.gif) left top no-repeat;
		color: #ab7cb9;
		font: italic 20px "Times New Roman", Times, serif;
		text-decoration: none;
		padding: 10px 33px 0 0;
		letter-spacing: -1px;
	}
	.container div a:hover{
		color: #875199;
		background: url(/images/btn_enter.gif) left bottom no-repeat;
	}
.footer{
	margin-bottom: 25px;
}
a{
	color: #573859;
	text-decoration: none;
}	
a:hover{
	color: white;
}