.version.index /* version checker */
{
	color: #000018;
	background-color: #C56CD1;
}

.js body
{
	visibility: hidden;
}

.js body.initialized
{
	visibility: visible;
}
#feed {
	margin: 10px auto;
	width: 95%;
	height: 95%;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 12px;
}

#feed a:link	{
	color: #EA6E76;
	font-weight: bold;
}

#feed a:visited	{
	color:	#EA6E76;
	font-weight: bold;
}

#feed a:hover	{
	color: #EA6E76;
	font-weight: bold;
}

#feed a:active	{
	color:#EA6E76;
	font-weight: bold;
}
#feed p {
}
#feed img {
	width:25%;
	float:left;
}
#feed h6{
	margin-top:-10px;
}
@media (min-width:1024px){
	body {
	background-image: url(../img/matoi_top2.jpg);
	background-size: 1024px auto;
	background-repeat: no-repeat;
	background-position: center 0%;
}
}
@media (min-width: 480px) and (max-width: 1023px) {
	body {
	background-image: url(../img/matoi_top2.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 0%;
}

}
@media (max-width:479px){
	body {
	background-image: url(../img/matoi_top2.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 0%;
}

}