/* Main Styles */

html,body{
	width: 100%;
	background-color: #6CF;
	color: #666;
	font-size: 16px;
	line-height: 1.5em;
}
	
/* DO NOT ADD ANY ADDITIONAL STYLE RULES, CLASSES, ID's or TAGS*/

aside{
	background-color: #FF0;
	width: 400px;
	position: fixed;
	top: 200px;
	padding: 20px;
	z-index: 5;
}

.article{
	background-color: #FC3;
	margin: 20px 0px 20px 300px;
	width: 300px;
	padding: 20px;
	display: block;
	height: 300px;
	position: relative;
}

.article_detail{
	background-color: #FFF;
	position: absolute;
	display: inline-block;
	padding: 20px;
	height: 150px;
	top: 40px;
	left: 200px;
	width: 350px;
}



