@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}
body {
	background-attachment:fixed;
	background-position: center;
	background-size:cover;
	background-color:#FFF;
	background-repeat: repeat-y ;
	font-weight: 300;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	overflow-y: auto;
	overflow-x: auto;

}

.MAINTEXT {
	padding: 0.6em 1.2em;
	color: 000;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 0 0 0.2em #FFF, 0 0 0.2em #FFF, 0 0 0.2em #FFF;
	font-weight:600;
}
.MAINTEXTSECONDARY {
	padding: 0.6em 1.2em;
	color: 000;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 0 0 0.2em #FFF, 0 0 0.2em #FFF, 0 0 0.2em #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#images
{
height:480px;
width:640px;
}
#images img
{
max-width:100%; 
max-height:100%;
margin:auto;
display:block;
}