/* CSS Document */
* {
	margin: 0px;
	padding: 0px
}

img {
	border: 0px
}

html {
	width: 100%;
	background-image: url(images/bg.gif);
	background-position: top left;
	background-repeat: repeat;
	height: 100%;
}

body {
	width: 766px;
	margin: auto;
	font-family:Tahoma;
	font-size:11px;
	color:#9B9B9B;
}

a, a:link, a:visited, a:hover, a:active{
	color:#C0C0C0;	
}

img.gumb {
	padding-bottom: 5px;	
}

.topcenter {
	background-color: #101010;
	font-family: Tahoma;
	font-size: 11px;
	color: #9b9b9b;
}

.footer{
	font-family:Verdana;
	font-size:10px;
	color:#6A6A6A;
	text-align:center;
	line-height:15px;
}
.footer a{
	color:#C0C0C0;
	text-decoration:none;
}

a.link_doo {
	display: block;
	float: left;
	width: 170px;
	height: 80px;
	background: url(images/link_doo.png) no-repeat;
}

a.link_doo:hover {
	background: url(images/link_doo_hover.png) no-repeat;
}

a.link_home {
	display: block;
	float: left;
	width: 90px;
	height: 80px;
	background: url(images/link_home.png) no-repeat;
}

a.link_home:hover {
	background: url(images/link_home_hover.png) no-repeat;
}

a.link_sp {
	display: block;
	float: left;
	width: 170px;
	height: 80px;
	background: url(images/link_sp.png) no-repeat;
}

a.link_sp:hover {
	background: url(images/link_sp_hover.png) no-repeat;
}

#content-content {
	margin: 0;
	background-color: #101010;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
}