.bgpic {
	background-color: #666666;
	background-image: url(pics/waves.jpg);
        background-repeat: no-repeat;
	background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        -webkit- background-size: cover;
        -moz- background-size: cover;
        -o- background-size: cover;     
        
}
.stdtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000066;
}

