body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #2C1040;
	color: #ffffff;
	font-family: Book Antiqua, Arial, Verdana, sans-serif;
	font-size: 12px;
}

	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */
	
	
a {
	color: #ffffff;
    	text-decoration: none;
	bborder-bottom: 1px dotted #FFFBCB;
}

a:hover {
	bbackground-color: #FFFBCB;
	text-decoration: underline;
	color: #ffffff;
	bborder-bottom: 1px solid blue;
}

.albumok_td {
	padding-left: 5px;
	padding-right: 10px; 
	border-right: 2px solid #ffffff;
	text-align: right;
}

