@charset "utf-8";
/*
* Copyright (c) 2015 All Rights Reserved, VERGOSOFT LLC
* Title: Zastrow.com Website
* Author: Scott Zastrow
*
*/
html 
{ 
margin: 5px;
line-height: 1;
background: url("https://vergosoft.com/images/siteBK.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #1f2d3c;
}
body
{
margin: 0px;
font-family: arial, verdana, helvetica;
color: #F8F8FF;
font-size:30px;
}

#box
{
margin: 20% auto 10px auto;
width: 500px;
Height: auto;
}

/****************@media***************************/

@media only screen and (max-width: 300px)
{
#box
{
font-size: 22px;
width: 275px;
}
}
