@charset "utf-8";
html, body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}

body{
	font-family:Tahoma;
	font-size:12px;
	color:#555555;
	background-color:#FFF;
}

a:link{
	color:#0096FF;
	text-decoration:none;
}
a:visited{
	text-decoration:none;
	color:#0096FF;
}
a:hover{
	text-decoration:underline;
	color:#0096FF;
}
a:active{
	text-decoration:none;
	color:#0096FF;
}

.link{
	display:block;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	filter:expression(png(this));
}

.header{
	background-image:url(../images/header/background.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:300px;
}
	.header table{
		width:100%;
		height:100%;
	}
	.header table td{
		text-align:center;
		vertical-align:top;
	}

.content{
}
	.content div.big{
		width:100%;
	}
	.content div.big div.content{
		padding:0px 10px 10px 10px;
	}
	.content div.big table{
		width:100%;
		height:205px;
	}
	.content div.big td{
		position:relative;
	}
	.content div.small{
		width:100%;
	}
	.content div.small div.content{
		padding:0px 10px 10px 10px;
	}
	.content div.small table{
		width:100%;
		height:164px;
	}
	.content div.small td{
		position:relative;
	}

.panel{
	background-image:url(../images/panel/background.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:250px;
}
	.panel table{
		width:50%;
	}
	.panel table td{
		text-align:center;
	}
	.panel div.photo-shop{
		background-image:url(../images/panel/photo-shop.png);
		background-repeat:no-repeat;
		width:189px;
		height:250px;
		filter:expression(png(this));
	}
	.panel div.just-shop{
		background-image:url(../images/panel/just-shop.png);
		background-repeat:no-repeat;
		width:231px;
		height:250px;
		filter:expression(png(this));
	}

.footer{
	width:100%;
}
	.footer div.line{
		background-image:url(../images/footer/line.jpg);
		background-repeat:repeat-x;
		width:100%;
		height:7px;
	}
	
.copyright{
	vertical-align:top;
	text-align:left;
	padding-left:10px;
	font-size:10px;
	color:#7f7f7f;
}
