@CHARSET "UTF-8";
BODY { 
	color:white;
	background-color:black;	
	font-family: Arial;
	font-size:65px;
	font-weight:bold;
}
#bgafter {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #FFFFFF 0%, #BBBBBB 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #FFFFFF 0%, #BBBBBB 100%);

/* Opera */ 
background-image: -o-radial-gradient(center top, ellipse farthest-corner, #FFFFFF 0%, #BBBBBB 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center top, 0, center top, 553, color-stop(0, #FFFFFF), color-stop(1, #BBBBBB));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #FFFFFF 0%, #BBBBBB 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(ellipse farthest-corner at center top, #FFFFFF 0%, #BBBBBB 100%);
}
section {
	
}
#contactbox {
	font-size:20px;
	line-height: 15px;
}
#contact,#copy {
	position:absolute;
	width:100%;
	text-align:center;
	color:#999;
	height:12px;
	font-size:10px;
	bottom:0;
	left:0;
	z-index:200;
}
#contact {
	width:400px;
	right:0;
	left:auto;
	text-align:right;
	padding-right:20px;
	
}
#whitesnow {
	position:absolute;
	top:0;
	left:0;
	background-color: white;
	z-index:200;
}

.center {
	margin:0 auto;
	
}

#text1 {
	width:600px;
	color: #ddd;
}

#text2 {
	color: #ddd;
	width:750px;
}


#text3 {
	color: #ddd;
	width:350px;
}
#text4 {
	color: #ddd;
	width:650px;
}

#text5 {
	color: #ddd;
	width:485px;
}

#text6 {
	color: #ddd;
	width:810px;
}
#c,#v,#d,#cvd {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	text-align:center;
}
#c img,#v img,#d img {
	width:959px;

}
#cvd img {
	width:999px;

}
#colorc {
	color: #d00;
}

#colorv {
	color: #0d0;
}

#colord {
	color: #00d;	
}