#home
{
  width: 955px;
  height: 600px;
  background: url("../images/backgrounds/home.jpg") no-repeat;
  margin: 0 auto;
  overflow: hidden;
}

#logo
{
	position: absolute;
	top: 10px;
	z-index: 40;
}

#content
{
	position: relative;
	top: 40px;
	left: 100px;
	width: 855px;
	height: 500px;
}

#content .category
{
	float: right;
	width: 100%;
	height: 125px;
}

#content .category .name
{
	float: left;
	width: 300px;
	text-align: right;
	padding-top: 20px;
}

#content .category .name img
{
}

#content .category .name .text
{
	font-size: x-small;
	margin-right: 10px;
}
	
#content .category .medias
{
	float: left;
	margin: 1px 30px 1px 4px;
	height: 123px;
	width: 500px;
}

#content .category .medias .media
{
	float: left;
	margin: 0 1px;
	height: 100%;
	width: 161px;
	overflow: hidden;
	text-align: center;
}

ul#footer
{
	position: relative;
	top: 60px;
	left: 400px;
	width: 500px;
	font-size: x-small;
}

ul#footer li
{
	margin: 6px;
}