img {
	border: none;
	vertical-align:bottom;
}

a:link	{	color: #ee5dae;	}
a:visited	{	color:	#ee5dae;	}
a:hover	{	color:#ee5dae;	}
a:active	{	color:	#ee5dae;	}

#container {
    width: 100%;
    height: auto !important;    
}


#header {
    width: 100%;
	height: 155px;
	background-image: url("../img/bg/header_bg.png");
	background-repeat: repeat;
	z-index: 101;
}

#menu {
	width: 1000px;
	padding-top: 5px;
	margin: 0 auto;
	text-align: left;
}


#footer {
    width: 100%;
	height: 70px;
	background-image: url("../img/bg/footer_bg.png");
	background-repeat: repeat;
	z-index: 101;
	position: relative;
	bottom: 0;
}

#social {
    width: 380px;
	height: 20px;
	margin: 0 auto;
	text-align: center;
}

#banner {
 	margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    text-align: center;
}

#copyright {
	clear: both;
 	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

#dnews {
	width: 500px;
	text-align: left;
	z-index: 1;
}

#newstopic {
	width: 1000px;
	margin: 0 auto;
	padding-top: 0px;
	z-index: 2;
}

.news {
	z-index: 3;
}

#globalNav {
	width: 140px;
	margin: 0 auto;
	float: left;
	z-index: 100;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
#globalNav ul li {
	margin-right: 1px;
	float: left;
	position: relative;
	list-style: none;
}
#globalNav ul li ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
}
#globalNav ul li ul li {
	float: none;
	font-size: 15px;
	line-height: 0;
}
#globalNav ul li ul li a {
	display: block;
	width: 130px;
	color: #ffffff;
	padding: 10px 5px;
	background: #ed779f;
	line-height: normal;
	border-top: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
	list-style: none;
}
#globalNav ul li ul li a:hover {
	color: #ffffff;
	background: #88475d;
}

.grid {
	float: left;
	width: 150px;
	margin-left: -160px;
	background-color: rgba(255,255,255,0.65);
	color: #fb002f;
	padding: 5px;
}