body{
	background-image: url(../img/1280x1024.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	color: black;
}

img{
	height: 100%;
	-webkit-filter: grayscale(100%); filter: grayscale(100%);
}

.contents{
	width: 1260px;
	height: 1004px;
}

.box{
	margin-top: 2px;
	margin-bottom: 2px;
}

.innerbox{
	width: 100%;
	display: inline-block;
	height: 180px;
	overflow: hidden;
	font-size: 13px;
	line-height: normal;
}


.dropj{
	font-family: "mythos-std";
	padding: 4px !important;
	font-weight: normal !important;
}

/*bootstrap 5 column hack*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

/*bootstrap reduce gutter size to 5px */

div[class^="col"]{padding-left:10px; padding-right:10px;}