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

body, html{margin:0;width:100%;height:100%; background-color:#d3eea9;}
#container{border:1px solid #000; width:900px; height:540px; margin-top:50px; margin-left:auto; margin-right:auto; background-color:#587c7c;}
#big_container{width:100%; height:100%; position:absolute; top:0; left:0;}
#container .header{width:900px;clear:both; background-color:#587c7c;}
#left_column{clear:both; width:501px; float:left; background-color:#587c7c;}
#left_column .link{float:left; clear:both; background-color:inherit;}
#right_column{width:399px; height:467px; float:left; background-color:#587c7c;}



