@media screen and (max-width: 480px) {
	div#wrapper {
		background: #FFFFFF;
		border: 1px solid #00007E;
		border-radius: 10px;
		box-shadow: none;
		height: auto;
		margin: 20px;
		padding: 20px;
		width: 100%;
	}
	
	div#header {
		float: none;
		height: auto;
		width: 360px;
	}
	
	div#header h1 {
		float: none;
		height: 91px;
		margin-bottom: 20px;
		width: 320px;
	}
	
	div#header h1 a {
		background: url(../images/geecee.png) no-repeat;
		background-size: 320px 91px;
		display: block;
		height: 91px;
		outline: none;
		overflow: hidden;
		text-indent: -9999px;
		width: 320px;
	}
	
	div#header ul {
		background: #EFEFEF;
		border: 1px solid #CCCCCC;
		border-radius: 10px;
		clear: both;
		margin-bottom: 20px;
		padding: 0;
		width: 320px;
	}
	
	div#header ul li {
		border-bottom: 1px solid #CCCCCC;
		border-top: 1px solid #FFFFFF;
		font-size: 22px;
		height: 60px;
		line-height: 60px;
		margin: 0;
		padding: 0 20px;
		width: 280px;
	}
	
	div#header ul li:first-child {
		border-top: none;
	}
	
	div#header ul li:last-child {
		border-bottom: none;
	}
	
	div#section {
		background: #00007E;
		border-radius: 10px;
		float: none;
		height: auto;
		padding: 20px;
		position: relative;
		width: auto;
	}
	
	div#section ul {
		bottom: auto;
		position: relative;
		right: auto;
	}
	
	div#section ul li {
		font-size: 20px;
		margin-bottom: 15px;
		padding: 0;
		text-align: center;
	}
	
	div#section ul li:last-child {
		margin-bottom: 0;
	}
}