@charset "UTF-8";
/* CSS Document */

body{ 
	max-width: 100%;
	background-size: 100%;
}

*{
	max-width: 1024px;
}

article, h1, h2, h3, h4, h5, h6, p{
	max-width: 1024px;
	font-size: 14px;
	line-height: 1.4;
}

#header, #content, #footer{
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#header{
	height: 100px;
	max-width: 100%;
}

#logo, #navigation a{
	margin-top: 0px;
}

/*
#logo{
	-webkit-transform: rotate(-5deg) scale(1,1) skew(-15deg,-5deg);
	-moz-transform: rotate(-5deg) scale(1,1) skew(-15deg,-5deg);
	-o-transform: rotate(-5deg) scale(1,1) skew(-15deg,-5deg);
	transform: rotate(-5deg) scale(1,1) skew(-15deg,-5deg);
}
*/

#navigation a{
	width: auto;
	padding: 25px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

input[type="text"],input[type="email"],input[type="tel"],input[type="password"]{
	border-radius: 4px;
}