@charset "UTF-8";
/* CSS Document */

body {
	background-image: url("Boylan_outside_8.JPG");
	background-size: cover;
}

.one {
	z-index: 1;
    height: 100%;
    width: 1000px;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7); /*can be anything, of course*/
    	margin-left: auto;
	margin-right: auto;
}
.left {
	float:left;
	width: 400px;
    height: 200px;
    margin:10px 0 0 50px;  
    background-color:#0055A5;
    -moz-border-radius: 100px / 100px;
    -webkit-border-radius: 100px / 100px;
    border-radius: 100px / 100px;
}

.right {
	float:right;
	width: 400px;
    height: 200px;
    margin:10px 50px 0 0px;  
    background-color:#0055A5;
    -moz-border-radius: 100px / 100px;
    -webkit-border-radius: 100px / 100px;
    border-radius: 100px / 100px;
}

a  {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#F4F4F4;
	text-decoration:none;
}
.company {
	font-size:24px;
}
p {
	text-align:center;
	color:#F4F4F4;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.content {
	width: 1000px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}
.choice {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}

.choice p {
	text-align:center;
	color:#0055A5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}