/* Default */
body{
	background-image: url("background.png");
	background-repeat: repeat;
}

/*
img.content{
	width:100%;
	margin-top: -10px;
}
*/

/* Desktops (desktops, 992px and up) */
div.container {
    display: block;
	margin: auto;
	width: 992px;
	margin-top: -10px;
	position:relative;
}

div.tag {
	font-family: 'Play', arial;
	font-size:20px;

    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

div.box {
	width:312px;
	height:236px;

	background-image: url("box.png");
}

div.box img {
	width:304px;
	height:180px;

    float: left;
	position: relative;
    left: 4px;
    top: 4px;
}

div.box div {
	width:304px;
	height:24px;

	color:black;
	overflow: hidden;
	text-align: center;

    float: left;
	position: relative;
    left: 4px;
    top: 16px;
}

div.box:hover{
	opacity: 0.8;
}

#box1 {
	left:16px;
	top:224px;
}

#box2 {
	left:348px;
	top:224px;
}

#box3 {
	left:680px;
	top:224px;
}

#box4 {
	left:16px;
	top:480px;
}

#box5 {
	left:348px;
	top:480px;
}

#box6 {
	left:680px;
	top:480px;
}

#header {
	width: 512px;
	height: 68px;

	left:240px;
	top:48px;
}

#header img{
	width: 512px;
	height: 68px;
}

#subheader {
	width: 512px;
	height: 24px;

	text-align: center;

	left:240px;
	top:128px;
}

#footer {
	width: 512px;
	height: 24px;

	text-align: center;
	font-size: 14px;

	left:240px;
	top:768px;
}

