body 
{ 
background: url(images/bg.jpg);
background-attachment: fixed; color: #FFFFFF;     
font-family: Times New Roman, Arial, Courier New; 
font-style: normal; 
font-size: 14px;
margin:0;
background-position:150px 100px;
border-image: url(images/menu.jpg); 
}

a:link { 
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}                    

.blog {
border:0; 
padding:10; 
width:500; 
font-size:20px; 
color: green;
}

#banner {
background-image:url(images/bannerbg.jpg);
}
#banner_text{
background-image:url(images/banner.png);
background-repeat:no-repeat;
height:80px;
}

#form {
background-image: url(images/bg.jpg); 
background-attachment: fixed; color: #FFFFFF;     
font-family: Times New Roman, Arial, Courier New; 
font-style: normal; 
font-size: 20px; 
color: white;
}

#bubble {
width:70%;
margin:auto;
text-align:justify;
margin-top:50px;
margin-bottom:40px;
clear:both;
min-height:312px;
}

#section {
color:#fff;
background:rgba(255, 255, 255, 0.5);
border-radius:5px;
padding:10px 30px; 
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 15px;
    border: 1px solid #258f29;
    border-radius: 100px;
    background: #3ce942;
    background: -webkit-gradient(linear, left top, left bottom, from(#3ce942), to(#258f29));
    background: -moz-linear-gradient(top, #3ce942, #258f29);
    background: linear-gradient(to bottom, #3ce942, #258f29);
    -webkit-box-shadow: #37d73d 0px 0px 40px 0px;
    -moz-box-shadow: #37d73d 0px 0px 40px 0px;
    box-shadow: #37d73d 0px 0px 40px 0px;
    text-shadow: #175a1a 1px 1px 1px;
    font: italic normal bold 16px verdana;
    color: #ffffff;
    text-decoration: none !important;
	
}
.button img {
text-decoration: none !important;
border:none;
}

.button:hover,
.button:focus {
    border: 1px solid #2eb333;
    background: #48ff4f;
    background: -webkit-gradient(linear, left top, left bottom, from(#48ff4f), to(#2cac31));
    background: -moz-linear-gradient(top, #48ff4f, #2cac31);
    background: linear-gradient(to bottom, #48ff4f, #2cac31);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #258f29;
    background: -webkit-gradient(linear, left top, left bottom, from(#258f29), to(#258f29));
    background: -moz-linear-gradient(top, #258f29, #258f29);
    background: linear-gradient(to bottom, #258f29, #258f29);
}

#left {
float:left;
position:absolute;
max-width:1200px;
left:0;
}

#right {
float:left;
margin-left:20%;
}
#menu_left_bar {
float:left;
background-image:url(images/menu.jpg);
background-repeat:repeat-y;
background-size:169px 500px;
}

#menu_left_bar p {
text-indent:-9999px;
width:170px;
height:500px;
min-height:900px;
}