.oval_alb {
    padding: 0;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 10px 10px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 105px 1px rgba(0,0,0,0.75);
}


#grad {
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, red , yellow); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, red, yellow); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, red, yellow); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, red , yellow); /* Standard syntax */
}
/*******************************************************************************************************
* Template styles
*/

@font-face {
  font-family: 'Proxima-Nova';
  font-weight: 600;
  font-style: normal;
  src: url('https://static.uniregistry.net/assets/fonts/proxima-nova//2191FE_4_0.eot?#iefix') format('embedded-opentype'), url('https://static.uniregistry.net/assets/fonts/proxima-nova//2191FE_4_0.woff') format('woff'), url('https://static.uniregistry.net/assets/fonts/proxima-nova//2191FE_4_0.ttf') format('truetype');
}

/** body */

html {
    min-height: 100%;
    position: relative;
     background: url(back.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    
}

body {
   /** background: url(back.jpg) center center no-repeat; */
   /** background-attachment: fixed; */
   /** background-size: cover; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 0 120px 0;
    text-align: center;
}

/** links */

a {
    color: #000
}

a:link {
	color: #000;
	//text-decoration: none;
}
a:visited {
	//text-decoration: none;
	color: #000;
}
a:active {
	//text-decoration: none;
	color: #000;
}

/* table */

table.main {
    background: rgba(255,255,255,.5);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}


/* container */

div.container {
    margin: 30px auto 200px auto;
    position: relative;
    text-align: left;
}

/* banner */

.bannertext {
    color: #000;
    font-family: "Proxima-Nova", Arial, sans-serif;
    font-size: 38px;
    line-height: 60px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}


/* footer */

.footer {
	background: rgba(255,255,255,.8);
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer .footer-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.8em;
}



/*******************************************************************************************************
* Template conditions
*/

/* body conditions */

    body { min-width: 770px; }



/* container and table main conditions */

            div.container {
            margin: 30px auto 0 auto;
            width: 760px;
        }
        table.main {
            width: 760px;
        }
    
    td.content {
        margin: 0px;
        padding: 5px 5px 0 10px;
    }