@charset "UTF-8";
/* CSS Document */

/* Div Styles */

#wrapper  {
width: 1050px;
height: 1240px;
}

#flash {
background: #fff;
clear: both;
height: 620px;
margin: 0 0 10px 0;
width: 1050px;
}

#iframecontent {
width: 1050px;
height: 600px;
clear: both;
}

#commentaries {
border: 1px solid #000;
float: left;
margin-bottom: 20px;
padding: 10px;
width: 478px;
font-family: "Trebuchet MS", sans-serif;
font-size: 90%;
}

#articles {
border: 1px solid #000;
float: right;
margin-bottom: 20px;
padding: 10px;
width: 478px;
font-family: "Trebuchet MS", sans-serif;
font-size: 90%;

}


#alert {

	font-family: "Trebuchet MS", sans-serif;
	
	color: #fff;
	text-align: left;
	font-size: 150%;
	
	
	background-color:#333;

	/* overlay is hidden before loading */
	display:none;

	/* standard decorations */
	width:500px;
	border:10px solid #666;

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
