html *
{
   font-size: 40px;
   font-family: Arial;
}

@media only screen and (max-width:1000px){

h1{font-size:60px;}
h2{font-size:55px;}
h3{font-size:50px;}
h4{font-size:45px;}
h5{font-size:40px;}
h6{
	font-size:35px;
	font-weight:normal;
	margin-top:0.5em;
	margin-bottom:0.5em;
	}

select{
	heigth:38px;
	font-size:35px;
}
.btn{
	font-size:45px;
	width:450px;
	height:55px;
}

.btn_short{
	font-size:45px;
	width:320px;
	height:55px;
}

.btn_small{
	font-size:45px;
	width:250px;
	height:55px;
}

.text50black{
	font-size:50px;
	color:black;
}
.text50blue{
	font-size:50px;
	color:blue;
}
.text50red{
	font-size:50px;
	color:red;
}
.text45black{
	font-size:45px;
	color:black;
}
.text45blue{
	font-size:45px;
	color:blue;
}
.text45red{
	font-size:45px;
	color:red;
}
.text40black{
	font-size:40px;
	color:black;
}
.text40blue{
	font-size:40px;
	color:blue;
}
.text40red{
	font-size:40px;
	color:red;
}
.text35black{
	font-size:35px;
	color:black;
}
.text35blue{
	font-size:35px;
	color:blue;
}
.text35red{
	font-size:35px;
	color:red;
}
intext{
	font-zise:50px;
	width:100px;
	height:55px;
}
}

#main {         
    position:fixed;
    top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}


#outer_left{
position:relative;
height:70%;
width:auto;
background-color:#ccc;
float:left;
overflow:auto;
}
#outer_right{
height:40%;
width:auto;
background-color:#ccc;
float:right;
overflow:auto;
}