/*  
Theme Name: Sunset Densetsu
Theme URI: http://enigmawing.com
Description: Sunset Densetsu theme
Version: 1.0
Author: Hilario Amador
Author URI: http://www.apocalypticrose.com/

	Sunset Densetsu v 1.0
	 http://enigmawing.com

*/

a:link {color:#ddccff;}
a:hover {color:#ddccff;} 
a:active {color:#ddccff;} 
a:visited {color:#ddccff;}

html {
	width: 100%; 
	min-height: 100%; 
	height: 100%; 
	position: absolute; 
	left: 0px; 
	top: 0px;
	}

body {
	width: 100%; 
	min-height: 100%; 
	height: 100%; 
	position: absolute; 
	left: 0px; 
	top: 0px;
	background-color: #0f0032;
	background: url("images/logo.png") no-repeat;
	background-position: center center;
	background-attachment: fixed;
	margin: 0;
	padding: 0; 
	}

.background {
	background-repeat: no-repeat;
	width: 1024px; 
	min-height: 800px; 
	height: 800px; 
	position: relative; 
	left: 0px; 
	top: 0px;
	}

#nav {
	border: 0px solid red;
	width: 126px;
	height: 126px;
}

#image, img {
	border: 0px solid black;
	}

#screen {
	background: url("images/spacer.gif") repeat; 
	border: none;
	}

#content, .content {
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	background-color: transparent;
	border-color: #FFFFFF !important;
	
	}
	
.content table tr td span {
	color: #ddccff !important;
}

.switchgroup1, .content table tr td span {
	color: #ddccff !important;
}

.switchgroup1 div a {
	color: #b28dbc !important;
}

.title {
	color: #ddccff !important;
}	

.error {
	color: #ddccff !important;
}	

.label {
	color: #b28dbc !important;
}	

.divider {
	border-color: #ddccff !important;
}