*			{
			margin:0;
			padding:0;
			border:0;
			}

html, body		{
			width:100%;
			height:100%;
			background-color:#ffffff;
			text-align:center;
			}
				
html			{
			overflow-y:scroll;
			}

#container		{
			width:1058px;
			text-align:left;
			margin:0 auto 0 auto;
			padding:15px 15px 15px 15px;
			text-align:left;
			}

#header		{
			width:1023px;
			height:115px;
			background-position:top;
			padding:20px 15px 15px 15px;
			margin-bottom:25px;
			background-color:#666;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			clear:both;
			}

#intro		{
			float:left;
			width:490px;
			}

#explain	{
			float:right;
			width:505px;
			padding-left:20px;
			margin-top:0;
			border-left:1px solid #a3a3a3;
			}

#explain p	{
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			line-height:21px;
			color:#ffffff;
			}

h1, h1 a, a h1		{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:30px;
			color:#ffffff;
			margin-bottom:26px;
			}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active	{
					font-family:Georgia, "Times New Roman", Times, serif;
					font-size:30px;
					color:#ffffff;
					margin-bottom:26px;
					text-decoration:none;
					}

h2			{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:18px;
			color:#ffffff;
			margin-bottom:14px;
			}

#main h2	{
			color:#000000;
			margin-top:20px;
			}

p, ul, td		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			line-height:21px;
			color:#000000;
			margin-bottom:21px;
			}

a, a:link, a:visited, a:hover, a:active	{
				color:#000000;
				}

ul			{
			margin-left:25px;
			}

#buts		{
			margin-top:25px;
			overflow:hidden;
			}

.but {
	float:left;
	width:336px;
	height:280px;
	margin:0 16px 16px 0;
}

.code	{
	width:100%;
	height:80px;
	background-color:#999999;
	color:#ffffff;
	overflow-y:scroll;
	padding:10px 0 10px 0;
	}

#language {
	text-align:right;
	margin:0 10px;
	float:right;
}

#footer {
	float:right;
	margin:0 10px 0 0;
}

.tiny {
	margin-right:10px;
}

#footer {
	margin-bottom:20px;
}

#language p	{
	font-size:12px;
	margin:0;
	padding:0;
	margin-right:10px;
	}

#language a, #language a:link, #language a:visited, #language a:hover, #language a:active	{
									text-decoration:none;
									}

#language a:hover	{
		text-decoration:underline;
		}

input[type="text"]	{
		border-width:1px;
		border-style:solid;
		border-color:#999999;
		height:21px;
		padding:4px;
		}

input[type="submit"]	{
			background-color:#999999;
			color:#ffffff;
			font-weight:bold;
			padding:4px;
			}

.error	{
	color:#ff0000;
	}

.adsense_leaderboard {
	width:100%;
	text-align:center;
	}

#buts img {
	float:left;
	margin:23px 5px 0 5px;
}

#buts a {
	display:block;
	float:left;
	overflow:hidden;
	white-space:nowrap;
	text-decoration:none;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #d6d6d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6d6d6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#d6d6d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 );
	width:334px;
	height:126px;
	border:1px solid #bdbdbd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:0 16px 25px 0;
	padding:0;
	}

#buts a h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	width:172px;
	overflow:hidden;
	color:#000099;
	margin:10px 0 0 0;
	}

p.sub {
	width:172px;
	overflow:hidden;
	color:#000;
	font-size:12px;
	margin-bottom:25px;
	}

p.downloadfree {
	float:right;
	width:112px;
	height:41px;
	margin:0 10px 0 0;
	padding:0 50px 0 0;
	line-height:41px;
	overflow:hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:right;
	color:#3d9702;
	background:transparent url(../img/dl.png) no-repeat right top;
	}

.clear {
	clear:both;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	
	#container {
		width:100%;
		margin:0;
		padding:0;
	}

	#language p {
		font-size:40px;
	}

	#header {
		box-sizing:border-box;
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0 0 40px 0;
		padding:15px;
	}

	#intro {
		width:100%;
		margin:0;
		padding:0;
	}

	#explain {
		width:100%;
		margin:0;
		padding:0;
	}

	#main {
		width:100%;
		margin:0;
		padding:0;
	}

	h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
		font-size:90px;
	}

	h2 {
		font-size:60px;
	}

	#explain p {
		font-size:40px;
		line-height:50px;
	}

	p {
		font-size:40px;
		line-height:50px;
	}

	p.sub {
		font-size:30px;
		width:220px;
		overflow:visible;
	}

	p.downloadfree {
		width:220px;
		overflow:visible;
		font-size:35px;
	}

	#buts a {
		width:420px;
		height:200px;
	}

	#buts a h3 {
		width:220px;
		overflow:visible;
		font-size:35px;
	}

	.but {
		float:left;
		width:352px;
		height:296px;
		text-align:center;
		margin:0 16px 16px 0;
	}
	
}
