* {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:helvetica, arial, sans-serif;
	color:white;
	}
	
.clr {
	width:0px;
	height:0px;
	clear:both;
	list-style-type:none;
	}

body {
	background:black;
	-webkit-transform: scale(1);
	}

a:link { color:#95b546; text-decoration:none; }
a:visited { color:#95b546; text-decoration:none; }
a:hover { color:white; text-decoration:underline; }
a:focus { color:#95b546; text-decoration:none; }
a:active { color:#95b546; text-decoration:none; }

a.foo:link { color:white; text-decoration:none; }
a.foo:visited { color:white; text-decoration:none; }
a.foo:hover { color:white; text-decoration:underline; }
a.foo:focus { color:white; text-decoration:none; }
a.foo:active { color:white; text-decoration:none; }

a#mail:link { color:white; text-decoration:none; }
a#mail:visited { color:white; text-decoration:none; }
a#mail:hover { color:white; text-decoration:underline; }
a#mail:focus { color:white; text-decoration:none; }
a#mail:active { color:white; text-decoration:none; }

a.content-link:link { color:white; text-decoration:none; }
a.content-link:visited { color:white; text-decoration:none; }
a.content-link:hover { color:white; text-decoration:underline; }
a.content-link:focus { color:white; text-decoration:none; }
a.content-link:active { color:white; text-decoration:none; }

h1 {
	font-size:20px;
	font-weight:normal;
	}

h2 {
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	}

h3 {
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	}

p {
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	}
	
#wrapper {
	margin-top:20px;
	width:100%;
	height:100%;
	}

#content {
	width:1024px;
	min-height:700px;
	margin:0 auto;
	background-image:url('img/panda-1.png');
	background-repeat:no-repeat;
	}

#content-2 {
	width:1024px;
	min-height:700px;
	margin:0 auto;
	background-image:url('img/panda-2.png');
	background-repeat:no-repeat;
	}

#content-3 {
	width:1024px;
	min-height:700px;
	margin:0 auto;
	background-image:url('img/panda-3.png');
	background-repeat:no-repeat;
	}

#content-4 {
	width:1024px;
	min-height:700px;
	margin:0 auto;
	background-image:url('img/panda-4.png');
	background-repeat:no-repeat;
	}

#logo {
	margin:40px 0 0 700px;
	width:190px;
	height:165px;
	}

#navigation {
	margin:10px 0 0 700px;
	width:250px;
	font-size:22px;
	color:#95b546;
	}

.nav-line {
	color:white;
	}

#green-content {
	margin:20px 0 0 465px;
	padding:60px 30px 0 30px;
	width:363px;
	background-image:url('img/content-bg-top.png');
	}

#green-end {
	padding-top:75px;
	font-size:14px;
	text-align:center;
	width:423px;
	height:136px;
	margin:0 0 0 465px;
	background-image:url('img/content-bg-bottom.png');
	margin-bottom:20px;
	}

.list {
	line-height:16px;
	font-size:12px;
	margin-left:20px;
	}