@charset "UTF-8";
/* CSS Document */

body{
	color:#FFF;
	background-color: #000;
}


#topmain{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	
	background-position: center;
	height:100%;
}

#centerclm{
	text-align:center;
}

.storelogo{
	text-align:center;
	height:400px;
	padding-top:50px;
}
