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

/*
----------------------------------------------------------------------
	1. =Reset
----------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	text-align: left;
	color: #333333;
	font-size: 1em;
	background: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img,img a,a img{
	margin: 0;
	padding: 0;
	border: 0;
	border-style: none;
	text-decoration: none;
}

object,embed{
	vertical-align:top;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {

}
a:focus {
	outline: none;
	-moz-outline-style: none;
}
p {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	text-align: left;
}
div {
	border-collapse: collapse;
}
input {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}  
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}  
.clearfix {
	display: block;
}  
/* End hide from IE-mac */ 

/*
----------------------------------------------------------------------
	1. =Reset
----------------------------------------------------------------------
*/

#container {
	/*width:1100px;
	height:936px;*/
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	position:relative;
}

.content {
	width:1127px;
	height:861px;
	margin-left:auto;
	margin-right:auto;
	
}
.content img{
	vertical-align:top;
}
.content p.flash-dl{
	width:160px;
	height:41px;
	margin:-430px 0 0 460px;
	padding:0;
	
}













