@font-face {
    font-family: 'ubuntu';
    src: url('../fonts/ubuntu-regular-webfont.eot');
    src: url('../fonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-regular-webfont.woff') format('woff'),
         url('../fonts/ubuntu-regular-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thin-webfont.woff') format('woff'),
         url('../fonts/roboto-thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
height: 100%;
}

body       {
padding: 0px;
margin: 0px;
font-family: 'ubuntu', sans-serif;
font-weight: normal;
font-style: normal;
height: 100%;
overflow-y: scroll;
background: url(../images/bg.jpg);
background-size: cover;
}

.content {
font-family: 'ubuntu', sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
color: #666;	
padding-top: 130px;
padding-bottom: 130px;
padding-left: 25px;
padding-right: 25px;
border-radius: 500px;
text-align: center;
-webkit-box-shadow: 0 0 10px #8dadce;
-moz-box-shadow: 0 0 10px #8dadce;
-ms-box-shadow: 0 0 10px #8dadce;
box-shadow: 0 0 10px #8dadce;
}

.content:hover {
-webkit-box-shadow: 0 0 15px #1e5188;
-moz-box-shadow: 0 0 15px #1e5188;
-ms-box-shadow: 0 0 15px #1e5188;
box-shadow: 0 0 15px #1e5188;	
background: url(../images/bg2.jpg);
}

td.content {
background-color: #fff;
/* opacity: 0.5;
filter: alpha(Opacity=50); */
}

td.content span {
font-family: 'ubuntu', sans-serif;
font-weight: normal;
font-style: normal;
font-size: 24px;	
color: #00529c;
}

.name {
font-size: 54px;
color: #00529c;
font-style: normal;
font-weight: normal;
font-family: 'roboto', sans-serif;

}

td.phone span {
font-size: 18px;
color: #111;
font-style: normal;
font-weight: normal;
font-family: 'ubuntu', sans-serif;
}

.phone a {
	font-size: 12px;
	color: #00529c;
}