body {
	color:#fff;
	background-color: #000;	
	background-image: url(img/bgct.png);
	backgroundrepeat: no-repeat;
	background-attachment: fixed;
}

a, a:hover, a:visited, a:link{
	color: #fff;
}

a, a:visited, a:link{
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;	
}

content p img {
	width: 95%;
	max-width: 450px;
	text-align: center;
}


product h3, .green{
	color: #99cc00;
}

product img{
	margin: 1em 0 1em 0;
	max-width: 95%;
}

@media only screen and (min-device-width : 768px)
	{
	product {
		float: left;
		width: 25%;
	}
}

@media only screen and (max-device-width : 767px)
	{
	product {
		display: block;	
	}
}