/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18 Sep, 2014, 12:33:31 AM
    Author     : Tejbahadur
*/

#main_selection_container{
                position: absolute;
                text-align: center;
                text-align: -webkit-center;
            }
            #main_selection_container a{
                font-size: 30px;
            }  
            div.left_container{
                width: 242px;
                height: 190px;
                float: left;
            }
            div.seprator{
                width: 10px;
                height: 190px;
                float: left;
                background-image: url('../images/seprator.png');
                border-bottom-left-radius: 21px;
                border-bottom-right-radius: 21px;
                border-top-left-radius: 21px;
                border-top-right-radius: 21px;
                margin-left: 45px;
            }
            div.right_container{
                width: 242px;
                height: 190px;
                float: left;
                margin-left: 20px
            }
            
            div.clear{
                clear: both;
            }
            div.content{
                vertical-align: middle;
                margin-top: 16%;
                padding-left: 22px;
            }