﻿body
{
	background-color: #000;
}
.divLeft
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	z-index:10;
}

.divRight
{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index:10;
}
.divShopInner
{
    height:500px;
    width:450px;
}
.divShopInner h1 
{
    color:#fff;
    text-align:right;
}
.divShopInner p
{
    text-align:center;
    margin:0px;
    padding:0px;
    color:#ccc;
    font-size:12px;
}
.divShopInner i
{
    text-align:center;
    margin:0px;
    padding:0px;
}
.divShopInner a
{
    color:#ccc;
    font-size:12px;
    text-decoration:underline;
}
.divShopInner a:hover
{
    color:#ccc;
    font-size:12px;
    text-decoration:none;
}
