@import"../css/reset.css";

body { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#555;
	background-color:#bebebe;
	margin:0px; }

.cVC {
	position:absolute;
	width:100%;
	top:50%;
	height:260px;
	margin-top:-140px;
	text-align:center; }

p {
	margin-bottom:50px;}

a {
	font-size:16px;
	color:#555;
	text-decoration:none; }
a:hover {
	color:#111;}


@media only screen and (max-width: 479px) {

	.fill {
        width: 90%; }

}
