/* 1) Default Theme ********************************************************************** */

body {
	margin: 0; /* The margin of the screens. */
}

#container {
	width: 770px; /* This is the fixed with of the screens - can also be a percentage. */
}

#title {
	visibility: hidden; display: none; /* 'Find Us' logo - can be 'visibility: visible;' or 'visibility: hidden; display: none;'. */
	height: 0; /* If you hide the title set this to 0 otherwise set to 35px */
}

#country_name {
	visibility: visible; /* The country name at the top of each screen - can be 'visibility: visible;' or 'visibility: hidden; display: none;'. */
	/*height: 0; If you hide the title set this to 0 otherwise comment out */
}

#contact_info {
	visibility: hidden; display: none; /* The contact information at the top of each screen - can be 'visibility: visible;' or 'visibility: hidden; display: none;'. */
	height: 0; /* If you hide the title set this to 0 otherwise comment out */
}
