@charset "UTF-8";
/* CSS Document */
@media all and (orientation:landscape) {
    body {
        width:100%;
    }
}
@media all and (orientation:portrait) {
    body {
        width:1024px;
    }
}

@font-face {
	font-family: 'Conv_eagle';
	src: url('../fonts/eagle.eot');
	src: local('☺'), url('../fonts/eagle.woff') format('woff'), url('../fonts/eagle.ttf') format('truetype'), url('../fonts/eagle.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;	
	alignment-adjust:middle;
	background:#fff;
}
#main_wrapper {
	width:100%;
	margin:auto;
	max-width:100% !important;
	min-width:1024px;
}
.clear {
	clear:both;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#000080;
}
a : hover{
	text-decoration:underline;
	color:#CCC;
}
