body {padding:0; margin:0; width:100%}

.greencolor{ width:30%; float:left; background:#a3c622; height:600px;}
.whitecolor{ width:40%; float:left;  background:#fff; height:600px;}
.bluecolor{ width:30%; float:right;  background:#3f6a9e; height:600px;}


.buttonarea{ clear:both; overflow:hidden; margin:0 auto; width:550px; }

.greenbutton a{ background:url(../images/buttonimg.jpg) repeat-x center top; width:242px; float:left; margin:0 0 0 20px;  color:#fff; font-family: 'Roboto', sans-serif; padding:9px 0px 9px 0 ; font-size:22px; text-decoration:none;}
.greenbutton a:hover{ background:url(../images/buttonimg.jpg) repeat-x center bottom;cursor:pointer;}

.bluebutton a{ background:url(../images/buttonimg.jpg) repeat-x center bottom; width:242px; float:left; margin:0 0 0 20px;  color:#fff; font-family: 'Roboto', sans-serif; padding:9px 0px 9px 0 ; font-size:22px; text-decoration:none;}
.bluebutton a:hover{ background:url(../images/buttonimg.jpg) repeat-x center top;cursor:pointer;}

.welcometext{font-family: 'Open sans', sans-serif; font-size:34px; color:#000; line-height:27px; padding:30px 0 8px 0; }
.choosetext{font-family: 'Open sans', sans-serif; font-size:16px; color:#000;line-height:23px; padding:0 0 70px 0; }
