html{
height: 100%;
}


* { box-sizing: border-box;
}

body {
height: 100%;
background: #88b288;
background-repeat: no-repeat;
margin:20px;
}


#container {
position:relative;
min-height: 100%;
background: white;
width: 68.5%;
margin-left: auto;
margin-right: auto;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}


#pagehead{
background:url(Images/DolphinPhone.jpg);
background-repeat:no-repeat;
width: 100%;
height: 170px;
margin-left:auto;
margin-right:auto;
text-align:center;
border-top-left-radius:20px;
border-top-right-radius:20px;
position:relative;

}

#logo{
background:url(Logos/GPRLogo2.png);
background-repeat:no-repeat;
height: 170px;
width: 200px;
border-top-left-radius:20px;
float:left;
}

.table1{
width:100%;
}

td{
height:35px;
width:16.6%;
text-align:center;
font-family:ariel,sans-serif;
}

#license{
width:100%;
border:2px solid black;
}

#pagetext{
width:100%;
margin-left:auto;
margin-right:auto;
}

p{
font-family:Ariel,sans-serif;
font-size:16px;
color:#006600;
text-align:center;
}

p.left{
font-family:Ariel,sans-serif;
font-size:16px;
color:#006600;
text-align:left;
}

p.bold{

text-align:center;
font-family:ariel, sans-serif;
font-size: 20px;
font-weight:bold;
color:#006600;
}


H1{
text-align:center;
Font-family:Ariel,sans-serif;
color:#006600;
}

h3.svs{
text-align:left;
Font-family:Ariel,sans-serif;
color:#006600;
}

h3{
text-align:center;
font-family:ariel, sans-serif;
color:#006600;
}

.warranty{
font-family:Ariel,sans-serif;
font-size:16px;
color:#006600;
}

ul.navbar {
list-style-type: none;
width: 100%;
margin: 2px;
padding: 0px;
overflow: hidden;
}

li.navlistitem {
float: left;
}

a.navlinks:link, a.navlinks:visited {
display: block;
width: 100px;
font-weight: bold;
color: #FFFFFF;
background-color: #88b288;
text-align: center;
padding: 0px;
text-decoration: none;
}

a.navlinks:hover, a.navlinks:active {
background-color: #006600;
text-transform: uppercase;    
}


#services {
list-style-type: none;
margin: 4px;
padding: 0;
overflow: hidden;
}


#buttoncontainer{
background:grey;
height:40px;
width: 88%;
margin-left:200px;
position:center;

}