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

body, html {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size:13px;line-height:17px;
	font-weight:400;
	text-align: left;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	-webkit-font-smoothing: subpixel-antialiased;	
	-webkit-text-size-adjust:140%;

}


#bg {
		z-index: -1;
        background: url(Galaxy.jpg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height: 100%;
        width: 100%;
        position: fixed;
        background-position: center center;
        background-repeat: no-repeat;
    }


#wrapper {
	
	margin-left: auto;
    margin-right: auto;
	width:100%;
	padding: 70px 0px 25px;
	
}


#email-wrapper {
	
	width:1040px;
	margin-left: auto;
    margin-right: auto;
}

#video {
	width:960px;
	height:540px;
	margin:0px auto 80px auto;
}


#email-container {
	
	margin-left: auto;
    margin-right: auto;
	width:960px;
	margin-top:20px;
	padding-bottom:40px;
	background-color:#FFF;
	box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.4);
}


#email-bar {
	
	width:960px;
	height:65px;
	background-image: url(email-bar.png);	
	background-size: 960px 65px;
}


#email-headings {
	
	width:960px;
	height:149px;
	background-image: url(email-headings.png);
	margin-bottom:30px;
	background-size: 960px 149px;
}

#email-1 {
	
	width:900px;
	margin: 0 30px 0 28px;
	border-left:solid 2px #2c55dc;	
}

#email-1 a:link {
	text-decoration: underline;
	color: #5192fd;
}
#email-1 a:visited {
	color: #5192fd;
}
#email-1 a:hover {
	color:#5192fd;
}
#email-1 a:active {
	color: #5192fd;
}

#email-2 {
	
	width:889px;
	margin: 40px 0px 40px 11px;
	border-left:solid 2px #00afce;	
}


.mail1 {
	padding-left: 11px;	
	text-align:left;
	color:#2c55dc;
}

.mail1-quote {
	padding-left: 11px;	
	text-align:left;
	color:#d76596;
	border-left:solid 2px #d76596;	
	margin: 0px 0px 0px 11px;
}

.mail2{
	padding-left: 11px;	
	text-align:left;
	color:#00afce;
}



#names {
		margin-left: auto;
    margin-right: auto;
	width:960px;
	font-size:10px;
	text-align:right;
	color:#999;
	padding-top:8px;
	margin-bottom:50px;
}


#names a:link {
	text-decoration: none;
	color: #999;
}
#names a:visited {
	text-decoration: none;
	color: #999;
}
#names a:hover {
	text-decoration: none;
	color:#AAA;
}
#names a:active {
	text-decoration: none;
	color: #999;
}