html {
		background: url(IMG_2340_3264_1376.JPG) no-repeat center center scroll;
		background-size: cover;
		}
		
body {
margin:0;
}
.header {
width: 100%;
border: #000000 solid 1px;
background-color: #0c0c0c;
position: absolute;
top: 0px;
}

.navbar {
height: 40px;
width: 900px;
font-family: fantasy;
color: #e6e6e6; 
/*border: #00ff00 dashed 1px;*/
margin-left: auto;
margin-right: auto;
}

.logo {
font-style: italic;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 0px;
float: left;
}

.login {
width: 200px;
padding: 10px;
padding-right: 13px;
float: right;
text-align: right;
font-size: 14px;
font-family: "微軟正黑體", "新細明體" ,"Arial"
/*border: #00ff00 dashed 1px;*/
}

.container {
width: 1071px;
/*border: #00ff00 solid 1px;*/
margin-top: 120px;
margin-left: auto;
margin-right: auto;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
}

.content {
height: 388px;
width: 900px;
background: url(dark_transparent.png) no-repeat ;
border-radius: 12px;
-webkit-background-clip: padding-box; 
-moz-background-clip:    padding; 
background-clip:         padding-box;
margin-left: auto;
margin-right: auto;
}

.left {
width: 500px;
/*border: #00FF00 solid 2px;*/
float: left;
}

.video {
margin-top: 12%;
margin-bottom: 12%;
margin-left: 30px;
}

.right {
width: 383px;
color: #e6e6e6;
/*border: #FF00FF solid 2px;*/
font-family: "微軟正黑體", "新細明體" ,"Arial";
float: left;
padding-left: 8px;
padding-top: 7%;
}

.slogan {
font-size: 45px;
font-style: bold;
}

.footer {
height: 20px;
width: 100%;
/*border: #0000ff dashed 1px;*/
position: relative;
top: 65px;
font-size: 11px;
color: #ffffff;
text-align: center;
}

input.email {
width: 250px;
height: 35px;
font-size: 20px;
font-style: italic;
background: #e6e6e6;
border-radius: 2px;
margin-top: -5px;
padding-left: 10px;
}

input.submit {
width: 100px;
height: 35px;
font-size: 20px;
font-family: "微軟正黑體", "新細明體" ,"Arial";
color: #e6e6e6;
background: transparent;
background-image: -webkit-linear-gradient(top, #D5ECBE 0%, #96D05C 3%, #84C841 49%, #79C32F 51%, #79C32F 100%);
border-radius: 2px;
margin-left: 10px;
}

a.nav {
font-size: 14px;
font-family: "微軟正黑體", "新細明體" ,"Arial";
padding: 10px;
}

a:link {
color:#e6e6e6; 
text-decoration: none;
}
a:visited {
color:#e6e6e6; 
text-decoration: none;
}
a:hover {
color:#c76f0b;
}
input:hover {
color:#c76f0b;
}