/* This CSS sheet defines the main layout of Capsellart.com sub menu buttons */

/* Define general properties */

* {margin: 0;
padding: 0;
border-spacing: 0;
border: 0}

body, tr, td {text-align: center}

body {background-color: #000000;
background-image: url('../img/gradient.jpg');
background-repeat: repeat-x;
background-position: left right;
background-attachment: fixed;
overflow: hidden}


table {height: 100%}

/* Specify style classes */

.buttons {text-align: center;
vertical-align: middle}

.button, td {width: 172px}