/*Global CSS Styles*/
#page
{	
	height:100%;
	/*height: 1342px;*/
	width: 960px;
	background-color: #FFFFFF;
	margin:auto;
	text-align:center;
}
/*Tablet Styles*/
@media screen and (min-width:501px) and (max-width:800px) {
	#page {
		width:800px;
		height:100%;
	}
}
/*Mobile Styles*/
@media screen and (min-width:50px) and (max-width:500px) {
	#page {
		width:500px;
		height:100%;
	}
}
/*Tablet Styles*/
@media screen and (min-width:501px) and (max-width:800px) {
	#ct {
		width:800px;
	}
}
/*Mobile Styles*/
@media screen and (min-width:50px) and (max-width:500px) {
	#ct {
		width:500px;
		height:100%;
	}
}
img
{
	text-align:center;
}
#info
{
	background-color:lightgray;
	font-family:Ebrima,Arial;
}
#info1
{
	height:50px;
}
footer
{
	margin-bottom: 5px;
}