 *{
		    	margin:0;
		    	padding:0;
				
		    }
		    img{
				border: none;
			}
		    body {
		    	text-align: center;
		    	background: #222;
				
		    }
		    h2{
		    	color: #333;
				font:italic 36px Georgia, serif;
				padding: 20px;
				border-bottom: dashed 1px #999;
				clear: both;
			}
			h2.nav{
		    	color: #333;
				font:italic 36px Georgia, serif;
				padding: 20px;
				border-bottom: none;
				clear: both;
			}
		    #content{
		    	width: 100%;
		    	margin: 0px auto;
				background: #fff;
		    	text-align: center;
		    	margin-bottom: 50px;
				background-image:url('bg.gif');
			}

			/** T-shirts */
			ul {
				list-style-type: none;
				width: 432px;
				width: 492px;
				overflow: visible;
				margin: 0 auto;
			}

			ul li {
				float: left;
				width: 144px;
				height: 183px;
				overflow: hidden;
				position: relative;
				margin: 20px 10px 0px 10px;
			}

			ul li:hover {
				overflow: visible;
				z-index: 200;
			}

			ul li img {
				position: absolute;
				left: -84px;
			}

			ul li a:hover img {
				z-index: 300;
			}

			ul li span.overlay {
				background: url(overlay.png) no-repeat left top;
				position: absolute;
				width: 144px;
				height: 183px;
				left: 0;
				top: 0;
				z-index: 20;
			}

			ul li p {
				color: #2FB5FF;
				font: 14px Arial;
				position: absolute;
				float: left;
				left: 0;
				bottom: 0;
				padding: 10px;
				background: #222;
			}

			p.text,
			p.sig {
				font: 16px Georgia, serif;
				margin: 0 auto;
				width: 620px;
				color: white;
				line-height: 1.4em;
			}

			p.sig {
				margin-top: 1em;
				text-align: /*right*/center;
				/*font-style: italic;*/
			}

			p.text a,
			p.sig a {
				color: #A7D7E9;
			}
#myElement{
	background: #FFFF00;
	padding: 4px;
	}
