@charset "utf-8";

/* Reset
------------------------------------------------*/

*{
	margin:0;
	padding:0;
	border:0;
	border-spacing:0pt;
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
}

html{
	height:100%;
	*overflow:auto;
}

body{
	height:100%;
	background-color:#005B4E;
	background:url("img/bg_container.gif") 0 0;
	font-family:"Times New Roman", serif;
}

#container{
	width:100%;
	height:100%;
	min-height:640px;
	border:0px solid ;
}

#content{
	height:100%;
}

#download{
	position:absolute;
	left:50%;
	top:0;
	width:620px;
	height:100%;
	margin:0 0 0 -360px;
	padding:0 50px;
	background:#C40879;
}

h1{
	margin-top:50px;
}

h2{
	padding:20px 15px 5px;
	background:url("img/bg_caution_top.gif") no-repeat top left;
}

#caution{
	width:333px;
	margin:50px 0 0 0;
	padding:0 0 36px;
	background:url("img/bg_caution_bottom.gif") no-repeat bottom left;
}

#caution p{
	margin:10px 15px 0;
}

p{
	margin:55px 0 0;
	color:#fff;
}

a img{
	border:0;
	text-decoration:none;
}
