@font-face {
    font-family: 	'Myriad_Regular';
    src: 			url('fonts/aMyriadProRegular_f_2681.woff') format('woff');
}
.Myriad_Pro {
	white-space: 	nowrap;
	font-family: 	'Myriad_Regular';
}

#header{
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				0px;
	width:  			300px;
	height: 			30px;
	overflow: 			hidden;
}
#header_button{
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				0px;
	width:  			300px;
	height: 			30px;
	overflow: 			hidden;
}

#footer{
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				203px;
	width:  			300px;
	height: 			47px;
	overflow: 			hidden;
}
#footer_button{
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				203px;
	width:  			300px;
	height: 			47px;
	overflow: 			hidden;
}
#footer_logo{
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				203px;
	width:  			90px;
	height: 			47px;
}
#feedList{
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				30px;
	width:  			300px;
	height: 			173px;
	overflow: 			hidden;
}
#feedItem1{
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				0px;
	width:  			300px;
	height: 			57px;
	overflow: 			hidden;
}
#feedItem2{
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				57px;
	width:  			300px;
	height: 			57px;
	overflow: 			hidden;
}
#feedItem3{
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				115px;
	width:  			300px;
	height: 			57px;
	overflow: 			hidden;
}
#feedItem1_button{
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				0px;
	width:  			300px;
	height: 			57px;
	overflow: 			hidden;
}
#feedItem2_button{
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				57px;
	width:  			300px;
	height: 			57px;
	overflow: 			hidden;
}
#feedItem3_button{
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				115px;
	width:  			300px;
	height: 			57px;
	overflow: 			hidden;
}

#border_top{
	position:  			absolute;
	left:  				0px;
	top:  				0px;
	width:  			300px;
	height:  			1px;
}
#border_bottom{
	position:  			absolute;
	left:  				0px;
	top:  				249px;
	width:  			300px;
	height:  			1px;
}
#border_left{
	position:  			absolute;
	left:  				0px;
	top:  				0px;
	width:  			1px;
	height:  			250px;
}
#border_right{
	position:  			absolute;
	left:  				299px;
	top:  				0px;
	width:  			1px;
	height:  			250px;
}