     

        /* Bubble pop-up */
        .popup {
position: absolute;        	display: none;        	z-index: 500;        	border-collapse: collapse;
padding:10px;
background:#fff url(../../../images/box.jpg) repeat-x;
border:solid 4px #333333;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-opera-border-radius: 6px;
box-shadow: 0px 3px 3px 2px #999999;
-moz-box-shadow: 0px 3px 3px 2px #999999;
-webkit-box-shadow: 0px 4px 2px #999999;
-khtml-box-shadow: 0px 3px 3px 2px #999999;
}



body {
	background: #111111 url(../../../images/bg.png);
	color: #000;
	text-align: center;
	line-height: 1.4;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

#container {
	background: #fff;
	width: 945px;
	color: #000000;
	border: 1px solid #000000;
	margin: auto auto;
	padding: 20px;
	text-align: left;
}

#content {
	
	width: auto !important;
}

#panel {
	color: #000000;
	font-size: 11px;
}

#panel a:link {
	color: #000000;
	text-decoration: underline;
}

#panel a:visited {
	color: #000000;
	text-decoration: underline;
}

#panel a:hover, #panel a:active {
	color: #000000;
	text-decoration: none;
}

table {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.tborder {
	background: #000000;
	width: 100%;
	margin: auto auto;
}

.thead {
	background: #000000 url(../../../images/monrose/thead_bg.gif) top left repeat-x;
	color: #ffffff;
	text-align: left;
	padding-top: 9px;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #cccccc url(../../../images/monrose/tcat_bg.gif) top left repeat-x;
	color: #000000;
	font-size: 12px;
}

.tcat a:link {
	color: #000000;
}

.tcat a:visited {
	color: #000000;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

.trow1 {
	background: #FFFFFF;
}

.trow1 a:link {
	color: #000000;
}

.trow1 a:visited {
	color: #000000;
}

.trow1 a:hover, .trow1 a:active {
	background: url(../../../images/monrose/zauber.gif) top left repeat-x;
	color: #000000;
}

.trow2 {
	background: #FFFFFF;
}

.trow2 a:link {
	color: #000000;
}

.trow2 a:visited {
	color: #000000;
}

.trow2 a:hover, .trow2 a:active {
	background: url(../../../images/monrose/zauber.gif) top left repeat-x;
	color: #000000;
}

.trow_shaded {
	background: #eea8a1;
}

.trow_sep {
	background: #e5e5e5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #000000 url(../../../images/monrose/thead_bg.gif) top left repeat-x;
	color: #ffffff;
}

.tfoot a:link {
	color: #ffffff;
}

.tfoot a:visited {
	color: #ffffff;
}

.tfoot a:hover, .tfoot a:active {
	background: url(../../../images/monrose/zauber.gif) top left repeat-x;
	color: #ffffff;
	text-decoration: underline;
}

.bottommenu {
	background: #E6E6E6;
	color: #000000;
	border: 1px solid #000000;
	padding: 10px;
}

.bottommenu a:link {
	color: #000000;
	text-decoration: underline;
}

.bottommenu a:visited {
	color: #000000;
	text-decoration: underline;
}

.bottommenu a:hover, .bottommenu a:active {
	color: #000000;
	text-decoration: none;
}

.navigation {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #000000;
	font-size: small;
	font-weight: bold;
	display: inline;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	padding: 1px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid #000000;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #000000;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 2px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.postmsg a, .postmsg a:link, .postmsg a:visited {
	font-weight: bold;
font-size: 14px;
color: #0000CC;
text-decoration: underline;
}

.boardmessage {
	background: #FFFF99;
}

.boardmessagegruen {
	background: #d6eca6;
}

.regeln {
	background: #FF99CC;
}

.warnung {
	background: #FF3333;
       text-align: center;
}

.warnung a:link {
	color: #000000;
        font-weight: bold; 
        font-size: 18px;
}

.warnung a:visited {
	color: #000000;
        font-weight: bold; 
        font-size: 18px;
}

.warnung a:hover, .warnung a:active {
	color: #000000;
        font-weight: bold; 
        font-size: 18px;
}

.schatten_panel {
	background-image:url(../../../images/schatten.gif);
background-repeat:repeat-x;
height:8px;
padding:0px;
margin:-16px 0px 0px 0px;
}

.schatten {
	background-image:url(../../../images/schatten.gif);
background-repeat:repeat-x;
height:8px;
padding:0px;
margin:0px;
}

.schattenlinks {
	background-image:url(../../../images/schatten_links.gif);
text-align: left;
height:8px;
padding:0px;
margin:0px;
}

.schattenrechts {
	background-image:url(../../../images/schatten_rechts.gif);
text-align: right;
height:8px;
padding:0px;
margin:0px;
}

.logo {
	text-align: center;
}

a img.abstand {
	border-style: solid; border-width: 5px; border-color: black;
}

.kategoriesymbole img {
	margin-right: 2px;
margin-bottom: 2px;
}

.postmsg a, .postmsg a:link, .postmsg a:visited {
	font-weight: bold;
font-size: 14px;
color: #0000CC;
text-decoration: underline;
}

.boardmessage {
	background: #FFFF99;
}

.boardmessagegruen {
	background: #d6eca6;
}

.regeln {
	background: #FF99CC;
}

.warnung {
	background: #FF3333;
       text-align: center;
}

.warnung a:link {
	color: #000000;
        font-weight: bold; 
        font-size: 18px;
}

.warnung a:visited {
	color: #000000;
        font-weight: bold; 
        font-size: 18px;
}

.warnung a:hover, .warnung a:active {
	color: #000000;
        font-weight: bold; 
        font-size: 18px;
}

.schatten_panel {
	background-image:url(../../../images/schatten.gif);
background-repeat:repeat-x;
height:8px;
padding:0px;
margin:-16px 0px 0px 0px;
}

.schatten {
	background-image:url(../../../images/schatten.gif);
background-repeat:repeat-x;
height:8px;
padding:0px;
margin:0px;
}

.schattenlinks {
	background-image:url(../../../images/schatten_links.gif);
text-align: left;
height:8px;
padding:0px;
margin:0px;
}

.schattenrechts {
	background-image:url(../../../images/schatten_rechts.gif);
text-align: right;
height:8px;
padding:0px;
margin:0px;
}

.logo {
	text-align: center;
}

a img.abstand {
	border-style: solid; border-width: 5px; border-color: black;
}

.kategoriesymbole img {
	margin-right: 2px;
margin-bottom: 2px;
}

.trow_selected td {
	background: #66cc66;
}

blockquote {
	background: #f2f6f8;
	width: 500px;
	border: #417394 3px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 4px;
	margin: 0px 0px 30px 30px;
	box-shadow: 3px 10px 20px -6px #333333;
	-moz-box-shadow: 3px 10px 20px -6px #333333;
	-webkit-box-shadow: 4px 4px 10px #999999;
	-khtml-box-shadow: 3px 10px 20px -6px #333333;
	-o-box-shadow: 3px 10px 20px -6px #333333;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

.codeblock {
	background: #93bee8 url(../../../images/code-background.jpg);
	width: 90%;
	color: #000000;
	border: #417394 3px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	margin:0px 0px 25px 25px;
	padding: 10px;
	white-space: pre;
	box-shadow: 3px 10px 20px -6px #333333;
	-moz-box-shadow: 3px 10px 20px -6px #333333;
	-webkit-box-shadow: -4px 4px 3px #333333;
	-khtml-box-shadow: 3px 10px 20px -6px #333333;
	
	font-family: "Courier New",Courier,monospace;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(/images/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background: #F5F5F5;
	border: 1px solid #81A2C4;
	font-weight: bold;
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.menu ul {
	color: #000000;
	text-align: right;
	padding: 4px;
	text-align: center;
	
	font-weight: bold;
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #000000;
	text-decoration: none;
}

.menu li {
	display: inline;
	padding-left: 25px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

.menu img:hover {
}

.team_message {
	background: #adcbe7;
	color: #000000;
	border-top: solid #0f5c8e 2px;
	border-bottom: solid #0f5c8e 2px;
	text-align: center;
	text-shadow: 1px 2px 6px #999999;	
	font-family: georgia,garamond,serif;

	font-style: italic;
	font-weight: bold;
}

.team_message a:link, .team_message a:visited {
color: #003366;
font-weight: bold;
text-decoration:underline;
}

.team_message a:hover, .team_message a:active {
color: #003366;
font-weight: bold;
text-decoration:none;
}

#smilieschild {
	background: #FFFFFF url(../../../images/schild-smilies/schild-smilie-bg.png);
	border: #000000 1px solid;
	padding: 4px;
	box-shadow: -5px -5px 10px -5px #333333;
	-moz-box-shadow: -5px -5px 10px -5px #333333;
	-webkit-box-shadow: -5px -5px 10px -5px #333333;
	-khtml-box-shadow: -5px -5px 10px -5px #333333;
	-o-box-shadow: -5px -5px 10px -5px #333333;
	min-height:50px;
	padding-top:20px;
}

#bb_download {
	background: #FFFFFF url(../../../images/bb_download_bg.png);
	width: 510px;
	color: #FFFFFF;
	border: #000000 1px solid;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 20px;
	
            margin:auto;
	min-height: 75px;
	box-shadow: 0px 15px 15px -6px #333333;
	-moz-box-shadow: 0px 15px 15px -6px #333333;
	-webkit-box-shadow: 0px 8px 5px #999999;
	-khtml-box-shadow: 0px 15px 15px -6px #333333;
	
	font-family: "Courier New",Courier,monospace;
	font-weight: bold;
}

#bb_download_head {
	margin: 20px 0px 20px 100px;
}

#bb_download a:link, #bb_download a:visited {
color:#FFFFFF;
text-decoration: none;
}

#bb_download a:active, #bb_download a:hover {
color:#FFFFFF;
text-decoration: underline;
}

#slider {
	width: 620px;
	list-style: none;
	margin: auto;
}

.akkordion-header {
	background: url(../../../images/bbacc_bg.png);
	color: white;
	border: 1px solid #000000;
	padding: 6px 6px 8px;
	padding-left: 40px;
	margin-bottom: 25px;
	cursor: pointer;
	text-shadow: 2px 2px 0px #000000;
	box-shadow: 0px 12px 12px -7px #999999;
	-moz-box-shadow: 0px 15px 12px -7px #999999;
	-webkit-box-shadow: 0px 5px 5px  #999999;
	-khtml-box-shadow: 0px 15px 12px -7px #999999;
	
	font-weight: bold;
}

.akkordion-header:hover {
background:url(../../../images/bbacc_bg_hoover.png);
}

content {
overflow:hidden;
}

.akkordion-inhalt {
	padding: 25px 0px 50px 0px;
}

#textmarker_blau {
background: #000099 url(../../../images/textmarker-blau.gif); color:white;  font-weight:bold; display: inline; padding:4px 5px 6px 5px;
}

#textmarker_blau a:link , #textmarker_blau a:visited {
color:white; font-weight:bold;
}

#textmarker_blau a:hover {
background: #000000 url(../../../images/textmarker-schwarz.gif); padding:4px 0px 6px 0px;
}

#textmarker_schwarz {
background: #000099 url(../../../images/textmarker-schwarz.gif); color:white;  font-weight:bold; display: inline; padding:4px 5px 6px 5px;
}

#textmarker_schwarz a:link , #textmarker_schwarz a:visited {
color:white; font-weight:bold;
}

#textmarker_schwarz a:hover {
background-color: white; color:black; padding:4px 0px 6px 0px;
}

#textmarker_pink {
background: fuchsia url(../../../images/textmarker-pink.gif); color:black;  display: inline; padding:4px 5px 6px 5px;
}

#textmarker_pink a:link, #textmarker_pink a:visited {
color:black; font-weight:bold;
}

#textmarker_pink a:hover {
background: #000000 url(../../../images/textmarker-schwarz.gif); color:fuchsia; padding:4px 0px 6px 0px;
}

#textmarker_gelb {
background: yellow url(../../../images/textmarker-gelb.gif); color:black;  display: inline; padding:4px 5px 6px 5px;
}

#textmarker_gelb a:link, #textmarker_gelb a:visited {
color:black; font-weight:bold;
}

#textmarker_gelb a:hover {
background: #000000 url(../../../images/textmarker-schwarz.gif); color:yellow; padding:4px 0px 6px 0px;
}

#textmarker_orange {
background: orange url(../../../images/textmarker-orange.gif); color:black;  display: inline; padding:4px 5px 6px 5px;
}

#textmarker_orange a:link, #textmarker_orange a:visited {
color:black; font-weight:bold;
}

#textmarker_orange a:hover {
background: #000000 url(../../../images/textmarker-schwarz.gif); color:orange; padding:4px 0px 6px 0px;
}

#textmarker_rot {
background: red url(../../../images/textmarker-rot.gif); color:white;  display: inline; padding:4px 5px 6px 5px;
}

#textmarker_rot a:link , #textmarker_rot a:visited {
color:white; font-weight:bold;
}

#textmarker_rot a:hover {
background: #000000 url(../../../images/textmarker-schwarz.gif); color:red; padding:4px 0px 6px 0px;
}

#textmarker_tuerkis {
background: cyan url(../../../images/textmarker-tuerkis.gif); color:black;  display: inline; padding:4px 5px 6px 5px;
}

#textmarker_tuerkis a:link, #textmarker_tuerkis a:visited {
color:black; font-weight:bold;
}

#textmarker_tuerkis a:hover {
background: #000000 url(../../../images/textmarker-schwarz.gif); color:cyan; padding:4px 0px 6px 0px;
}

#textmarker_gruen {
background: lime url(../../../images/textmarker-gruen.gif); color:black;  display: inline; padding:4px 5px 6px 5px;
}

#textmarker_gruen a:link, #textmarker_gruen a:visited {
color:black; font-weight:bold;
}

#textmarker_gruen a:hover {
background: #000000 url(../../../images/textmarker-schwarz.gif); color:lime; padding:4px 0px 6px 0px;
}


#boxed {
border:solid 1px #666666;
border-bottom:solid 1px #333333;
border-right:solid 1px #333333;
background:#FFFFFF url(../../../images/boxed.png) repeat-x;
padding:12px;
margin-bottom:35px;
box-shadow: 0px 3px 15px -3px #333333;
	-moz-box-shadow: 0px 3px 15px -3px #333333;
	-webkit-box-shadow: 0px 3px 6px #999999;
	-khtml-box-shadow: 0px 3px 15px -3px #333333;
}



/* folgende styles löschen */
#Tabelle_01 {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:490px;
}

#id05_ {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:40px;
}

#avatare_ {
	position:absolute;
	left:0px;
	top:40px;
	width:123px;
	height:55px;
}

#tracklist_ {
	position:absolute;
	left:123px;
	top:40px;
	width:138px;
	height:55px;
}

#wallpaper_ {
	position:absolute;
	left:261px;
	top:40px;
	width:169px;
	height:55px;
}

#id05005_ {
	position:absolute;
	left:430px;
	top:40px;
	width:470px;
	height:104px;
}

#anis_ {
	position:absolute;
	left:0px;
	top:95px;
	width:123px;
	height:49px;
}

#id07_ {
	position:absolute;
	left:123px;
	top:95px;
	width:138px;
	height:49px;
}

#signaturen_ {
	position:absolute;
	left:261px;
	top:95px;
	width:169px;
	height:49px;
}

#bilder_ {
	position:absolute;
	left:0px;
	top:144px;
	width:123px;
	height:41px;
}

#id10_ {
	position:absolute;
	left:123px;
	top:144px;
	width:138px;
	height:41px;
}

#songtexte_ {
	position:absolute;
	left:261px;
	top:144px;
	width:169px;
	height:41px;
}

#id12_ {
	position:absolute;
	left:430px;
	top:144px;
	width:271px;
	height:41px;
}

#votings_ {
	position:absolute;
	left:701px;
	top:144px;
	width:199px;
	height:155px;
}

#video_ {
	position:absolute;
	left:0px;
	top:185px;
	width:212px;
	height:114px;
}

#countdown_ {
	position:absolute;
	left:212px;
	top:185px;
background: transparent url(../../../interface/ladylike/countdown.jpg);
	width:489px;
	height:114px;
}



#single_ {
	position:absolute;
	left:0px;
	top:299px;
	width:430px;
	height:191px;
}

#id17_ {
	position:absolute;
	left:430px;
	top:299px;
	width:47px;
	height:191px;
}

#album_ {
	position:absolute;
	left:477px;
	top:299px;
	width:423px;
	height:191px;
}
