﻿@charset "utf-8";
/* CSS Document */

* {
 margin:0px;
 padding:0px;
 font-family:"Times New Roman", Times, serif;
 font-size:12px;
}

body {
 background-color:#e0e4d5;
 text-align:center;
}

sup {
 font-size:10px;
}

#background {
 position:relative;
 width:100%;
 height:768px;
}

#background_left {
 background-image:url(../images/body_bg_left.jpg);
 position:absolute;
 left:0px;
 top:0px;
 width:50%;
 height:768px;
}

#background_right {
 background-image:url(../images/body_bg_right.jpg);
 position:absolute;
 left:50%;
 top:0px;
 width:50%;
 height:768px;
}

#main_column {
 position:relative;
 top:103px;
 background-image:url(../images/background.jpg);
 width:1024px;
 height:561px;
 margin:auto;
}

#main_column a {
 color:#FFFFFF;
 text-decoration:none;
 font-size:15px;
 font-weight:bold;
 font-style:italic;
}

#main_column a:hover {
 color:#FFFF99;
}

a.despre_noi, a.wing_tsun_kung_fu, a.seminarii, a.galerie, a.contact, a.sali_antrenament{
 position:absolute;
 left:940px;
 text-align:right;
}

a.despre_noi { top:59px; left:877px; width:115px; height:38px; padding-top:28px; }
a.wing_tsun_kung_fu { top:152px; left:875px; width:122px; height:46px; padding-top:14px; }
a.seminarii { top:235px; left:862px; width:137px; height:32px; padding-top:14px; }
a.galerie { top:312px; left:862px; width:130px; height:49px; padding-top:30px; }
a.contact { top:470px; left:878px; width:117px; height:42px; padding-top:26px; }
a.sali_antrenament {
	top:394px;
	left:874px;
	width:130px;
	height:42px;
	padding-top:25px;
}

#footer {
 position:relative;
 top:103px;
 width:1024px;
 font-style:italic;
 margin:auto;
}

#footer a {
 color:#000000;
 text-decoration:none;
}

#footer a:hover {
 text-decoration:underline;
}

.clear_float {
 clear:both;
}

