@import url(master.css);
@import url(subnav.css);

/* = Landing Page Styles
---------------------------------------------------------------*/
body.landing_page{
	background: #b5b5b5 url(../images/landing_main_bg.gif) repeat-x;
_Xmargin:50px auto 0;
}

body.landing_page #container{
	width: 875px;
	height: 467px;
	margin: 50px auto 0;
	_Xmargin:100px auto;
	background: url(../images/landing_bg.gif) no-repeat;
}

body.landing_page #content{	position: relative; top:80px; left: 30px; width:450px; height:500px; color: #fff;}
body.landing_page #content h1{ width:300px; font-size:2em;}
body.landing_page #content p{ margin:0; font-weight: bold; height: 15px;}
body.landing_page #content h3{ color: #ffff00; margin:5px 0 0 0;}
body.landing_page #content form{margin: 10px 0 0 0;}

body.landing_page #content #lang_2{margin: 0 0 0 20px}
body.landing_page #content #lang_3{margin: 0 0 0 40px}
body.landing_page #content #lang_4{margin: 0 0 0 40px}
body.landing_page #content #lang_5{margin: 0 0 0 20px}


