#aboutsection {
    background-image: url(/res/style/maindesignfeatures.png);
    background-position: right 0px;
    background-repeat: no-repeat;
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    height: 190px;
    padding-top: 110px;
    BORDEsR:SOLID 2PX;
    BORDsER-COLOR:#ff0000
}

#aboutsection2 {
    background-color: #000000;
    padding-top: 0px;
    overflow: hidden;
    padding-bottom: 50px;
}
#aboutsection2 img{
padding:0px;
margin:0px;
margin-left:50px;
display:block;
}
#bordercontainer{
width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
#aboutsectiontext {
    width: 300px;
    overflow: hidden;
    height: 220px;
}

#about2border {
    padding-left: 20px;
    height: 45px;
    padding-top: 10px;
    background-image: url(/res/style/viewappsbutton.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
}

#about2header {
    width: 30%;
    height: 30px;
    background-image: url(/res/style/mainverticalborder2.png);
    background-position: right 0px;
    background-repeat: repeat-x;
    margin-top: 30px;
}

#traxpreviewframe {
    position: relative; /* Needed for absolute positioning inside */
    background-image: url(/res/style/traxwalletmanagermainpreview.png);
    width: 700px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}

article#main {
}
#traxButton {
    display: block;
    margin: 20px auto; /* Center the button */
    padding: 10px 20px;
    background-color: #007BFF; /* Blue background */
    color: #FFFFFF; /* White text */
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#traxButton {
    possition: absolute;
    margin-top: 300px; /* Moves the button 300px down */
    margin-left: 355px; /* Moves the button 355px from the left */
    padding: 10px 20px;
    background-color: #007799; /* Blue background */
    color: #FFFFFF; /* White text */
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
#traxButton:hover {
    background-color: #00CCDD; /* Darker blue on hover */
}

#viewAppsButton {
    background-image: url(/res/style/viewappsbutton.png);
    width:125px;
    height:30px;
    border:none;
    display:block;
	margin-top:25px;
text-decoration:none;
}
#viewAppsButton:hover {
    background-image: url(/res/style/viewappsbutton2.png);
}
#aboutsection1{
heighst:130px;
backsground-color:#FF0000;
}
#traxpreviewframe a{
text-decoration:none;
}
#aboutsection1 a{
border:none;
padding:none;
margin:none;
}